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:
@ -73,5 +73,5 @@ interface IInputMethodManager {
|
|||||||
boolean switchToNextInputMethod(in IBinder token, boolean onlyCurrentIme);
|
boolean switchToNextInputMethod(in IBinder token, boolean onlyCurrentIme);
|
||||||
boolean shouldOfferSwitchingToNextInputMethod(in IBinder token);
|
boolean shouldOfferSwitchingToNextInputMethod(in IBinder token);
|
||||||
boolean setInputMethodEnabled(String id, boolean enabled);
|
boolean setInputMethodEnabled(String id, boolean enabled);
|
||||||
oneway void setAdditionalInputMethodSubtypes(String id, in InputMethodSubtype[] subtypes);
|
void setAdditionalInputMethodSubtypes(String id, in InputMethodSubtype[] subtypes);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user