Fix build

Change-Id: Ib9373b26b04b0f4789b3cd6a7af64e4bcd2c4b9c
This commit is contained in:
Satoshi Kataoka 2013-05-01 19:01:36 +09:00
parent 53b37dc098
commit c43417fb5d

View file

@ -94,6 +94,12 @@ public class InputTestsBase extends ServiceTestCase<LatinIME> {
super(c);
}
@Override
public void onAttachedToWindow() {
// Make onAttachedToWindow "public"
super.onAttachedToWindow();
}
// overriding hidden API in EditText
public Locale getTextServicesLocale() {
// This method is necessary because EditText is asking this method for the language