am 51b921d0: DO NOT MERGE - Preserve the order of InputMethodManager method calls

* commit '51b921d0e33302b3f431dcfa15bd6588408525ea':
  DO NOT MERGE - Preserve the order of InputMethodManager method calls
This commit is contained in:
Yohei Yukawa
2014-03-14 03:03:08 +00:00
committed by Android Git Automerger

View File

@ -73,5 +73,5 @@ interface IInputMethodManager {
boolean switchToNextInputMethod(in IBinder token, boolean onlyCurrentIme);
boolean shouldOfferSwitchingToNextInputMethod(in IBinder token);
boolean setInputMethodEnabled(String id, boolean enabled);
oneway void setAdditionalInputMethodSubtypes(String id, in InputMethodSubtype[] subtypes);
void setAdditionalInputMethodSubtypes(String id, in InputMethodSubtype[] subtypes);
}