Home | History | Annotate | Download | only in inputmethod

Lines Matching refs:imiId

1548      * @param imiId An input method, whose subtypes settings will be shown. If imiId is null,
1551 public void showInputMethodAndSubtypeEnabler(String imiId) {
1554 mService.showInputMethodAndSubtypeEnablerFromClient(mClient, imiId);
1660 * @param imiId Id of InputMethodInfo which additional input method subtypes will be added to.
1663 public void setAdditionalInputMethodSubtypes(String imiId, InputMethodSubtype[] subtypes) {
1666 mService.setAdditionalInputMethodSubtypes(imiId, subtypes);