am 483fc6f1: am c43417fb: Fix build

* commit '483fc6f1ff0788e0183a6d221705dcf481523bf5':
  Fix build
main
Satoshi Kataoka 2013-05-15 12:23:57 -07:00 committed by Android Git Automerger
commit 8781e3b61a
1 changed files with 6 additions and 0 deletions

View File

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