Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/inputmethod/cts/
DInputMethodInfoTest.java60 private InputMethodSubtype mInputMethodSubtype; field in InputMethodInfoTest
81 mInputMethodSubtype = new InputMethodSubtype(mSubtypeNameResId, mSubtypeIconResId, in setUp()
107 assertEquals(mSubtypeNameResId, mInputMethodSubtype.getNameResId()); in testInputMethodSubtypeProperties()
108 assertEquals(mSubtypeIconResId, mInputMethodSubtype.getIconResId()); in testInputMethodSubtypeProperties()
109 assertEquals(mSubtypeLocale, mInputMethodSubtype.getLocale()); in testInputMethodSubtypeProperties()
110 assertEquals(mSubtypeMode, mInputMethodSubtype.getMode()); in testInputMethodSubtypeProperties()
111 assertEquals(mSubtypeExtraValue, mInputMethodSubtype.getExtraValue()); in testInputMethodSubtypeProperties()
112 assertTrue(mInputMethodSubtype.containsExtraValueKey(mSubtypeExtraValue_key)); in testInputMethodSubtypeProperties()
114 mInputMethodSubtype.getExtraValueOf(mSubtypeExtraValue_key)); in testInputMethodSubtypeProperties()
115 assertEquals(mSubtypeIsAuxiliary, mInputMethodSubtype.isAuxiliary()); in testInputMethodSubtypeProperties()
[all …]