Searched refs:richImm (Results 1 – 6 of 6) sorted by relevance
91 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in testActionLabelInOtherLocale() local92 final InputMethodSubtype italian = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in testActionLabelInOtherLocale()102 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in testNoLanguageSubtypeActionLabel() local103 final InputMethodSubtype noLanguage = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in testNoLanguageSubtypeActionLabel()149 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in testHinglishActionLabel() local151 final InputMethodSubtype hiLatn = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in testHinglishActionLabel()166 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in testSerbianLatinActionLabel() local168 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()
561 public void switchSubtype(final IBinder token, final RichInputMethodManager richImm) { in switchSubtype() argument562 final InputMethodSubtype currentSubtype = richImm.getInputMethodManager() in switchSubtype()571 && richImm.checkIfSubtypeBelongsToThisImeAndEnabled(lastActiveSubtype) in switchSubtype()573 richImm.setInputMethodAndSubtype(token, lastActiveSubtype); in switchSubtype()576 richImm.switchToNextInputMethod(token, true /* onlyCurrentIme */); in switchSubtype()
55 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in setUp() local58 final InputMethodInfo imi = richImm.getInputMethodInfoOfThisIme(); in setUp()
36 RichInputMethodManager richImm) { in onCreate() argument
284 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in testMoreKeysOfEnterKey() local285 final InputMethodSubtype subtype = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in testMoreKeysOfEnterKey()