Home
last modified time | relevance | path

Searched refs:mInputMethodInfo (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DInputMethodInfoCompat.java24 mInputMethodInfo = inputMethodInfo; in InputMethodInfoCompat()
27 private final InputMethodInfo mInputMethodInfo; field in InputMethodInfoCompat
30 return mInputMethodInfo.isAuxiliaryIme(); in isAuxiliaryIme()
34 return mInputMethodInfo.isSystem(); in isSystem()
48 list.add(info.mInputMethodInfo); in reverse()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DNewKeyboardLayoutPickerController.java55 private InputMethodInfo mInputMethodInfo; field in NewKeyboardLayoutPickerController
80 mInputMethodInfo = in initialize()
87 mInputDeviceIdentifier, mUserId, mInputMethodInfo, mInputMethodSubtype); in initialize()
198 mInputMethodInfo, in setLayout()
206 mIm, mUserId, mInputDeviceIdentifier, mInputMethodInfo, mInputMethodSubtype); in getSelectedLayoutLabel()
208 mIm, mUserId, mInputDeviceIdentifier, mInputMethodInfo, mInputMethodSubtype); in getSelectedLayoutLabel()
DNewKeyboardSettingsUtils.java98 InputMethodInfo mInputMethodInfo; field in NewKeyboardSettingsUtils.KeyboardInfo
110 mInputMethodInfo = inputMethodInfo; in KeyboardInfo()
115 return mInputMethodInfo.getId() + "_" + mInputMethodSubtype.hashCode(); in getPrefId()
138 return mInputMethodInfo; in getInputMethodInfo()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/stylus/
DStylusDevicesControllerTest.java100 private InputMethodInfo mInputMethodInfo; field in StylusDevicesControllerTest
141 when(mImm.getCurrentInputMethodInfo()).thenReturn(mInputMethodInfo); in setUp()
142 when(mInputMethodInfo.createStylusHandwritingSettingsActivityIntent()) in setUp()
144 when(mInputMethodInfo.supportsStylusHandwriting()).thenReturn(true); in setUp()
297 when(mInputMethodInfo.supportsStylusHandwriting()).thenReturn(false); in btStylusInputDevice_noHandwritingIme_handwritingPrefNotVisible()
560 verify(mInputMethodInfo).createStylusHandwritingSettingsActivityIntent(); in handwritingPreference_startsHandwritingSettingsOnClick()
572 verify(mInputMethodInfo, times(0)).createStylusHandwritingSettingsActivityIntent(); in handwritingPreference_doesNotStartHandwritingSettingsOnChange()
585 verify(mInputMethodInfo, times(0)).createStylusHandwritingSettingsActivityIntent(); in handwritingPreference_doesNotCreateIntentIfNoInputMethod()
591 when(mInputMethodInfo.createStylusHandwritingSettingsActivityIntent()) in handwritingPreference_doesNotStartHandwritingSettingsIfNoIntent()