Searched refs:richImm (Results 1 – 6 of 6) sorted by relevance
90 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in testActionLabelInOtherLocale() local91 final InputMethodSubtype italian = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in testActionLabelInOtherLocale()101 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in testNoLanguageSubtypeActionLabel() local102 final InputMethodSubtype noLanguage = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in testNoLanguageSubtypeActionLabel()148 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in testHinglishActionLabel() local150 final InputMethodSubtype hiLatn = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in testHinglishActionLabel()165 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in testSerbianLatinActionLabel() local167 final InputMethodSubtype srLatn = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in testSerbianLatinActionLabel()
76 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in onReceive() local77 final InputMethodSubtype[] additionalSubtypes = richImm.getAdditionalSubtypes(); in onReceive()78 richImm.setAdditionalInputMethodSubtypes(additionalSubtypes); in onReceive()
524 public void switchSubtype(final IBinder token, final RichInputMethodManager richImm) { in switchSubtype() argument525 final InputMethodSubtype currentSubtype = richImm.getInputMethodManager() in switchSubtype()534 && richImm.checkIfSubtypeBelongsToThisImeAndEnabled(lastActiveSubtype) in switchSubtype()536 richImm.setInputMethodAndSubtype(token, lastActiveSubtype); in switchSubtype()539 richImm.switchToNextInputMethod(token, true /* onlyCurrentIme */); in switchSubtype()
42 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in setUp() local45 final InputMethodInfo imi = richImm.getInputMethodInfoOfThisIme(); in setUp()
284 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in testMoreKeysOfEnterKey() local285 final InputMethodSubtype subtype = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in testMoreKeysOfEnterKey()
36 RichInputMethodManager richImm) { in onCreate() argument