Home
last modified time | relevance | path

Searched refs:richImm (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
DKlpActionLabelTests.java90 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in testActionLabelInOtherLocale() local
91 final InputMethodSubtype italian = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in testActionLabelInOtherLocale()
101 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in testNoLanguageSubtypeActionLabel() local
102 final InputMethodSubtype noLanguage = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in testNoLanguageSubtypeActionLabel()
148 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in testHinglishActionLabel() local
150 final InputMethodSubtype hiLatn = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in testHinglishActionLabel()
165 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in testSerbianLatinActionLabel() local
167 final InputMethodSubtype srLatn = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in testSerbianLatinActionLabel()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSystemBroadcastReceiver.java76 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in onReceive() local
77 final InputMethodSubtype[] additionalSubtypes = richImm.getAdditionalSubtypes(); in onReceive()
78 richImm.setAdditionalInputMethodSubtypes(additionalSubtypes); in onReceive()
DLatinIME.java556 public void switchSubtype(final IBinder token, final RichInputMethodManager richImm) { in switchSubtype() argument
557 final InputMethodSubtype currentSubtype = richImm.getInputMethodManager() in switchSubtype()
566 && richImm.checkIfSubtypeBelongsToThisImeAndEnabled(lastActiveSubtype) in switchSubtype()
568 richImm.setInputMethodAndSubtype(token, lastActiveSubtype); in switchSubtype()
571 richImm.switchToNextInputMethod(token, true /* onlyCurrentIme */); in switchSubtype()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeyboardTextsSetTests.java55 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in setUp() local
58 final InputMethodInfo imi = richImm.getInputMethodInfoOfThisIme(); in setUp()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetNavigateMoreKeysBase.java284 final RichInputMethodManager richImm = RichInputMethodManager.getInstance(); in testMoreKeysOfEnterKey() local
285 final InputMethodSubtype subtype = richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in testMoreKeysOfEnterKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DStatsUtils.java36 RichInputMethodManager richImm) { in onCreate() argument