am c43417fb: Fix build

* commit 'c43417fb5d037d49c49176ed92f995b74b861d3e':
  Fix build
main
Satoshi Kataoka 2013-05-01 03:24:26 -07:00 committed by Android Git Automerger
commit 483fc6f1ff
1 changed files with 6 additions and 0 deletions

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