Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingController.java206 final CharSequence imeLabel = imi.loadLabel(mPm); in getSortedInputMethodAndSubtypeList() local
222 imList.add(new ImeSubtypeListItem(imeLabel, in getSortedInputMethodAndSubtypeList()
232 imList.add(new ImeSubtypeListItem(imeLabel, null, imi, NOT_A_SUBTYPE_ID, null, in getSortedInputMethodAndSubtypeList()
/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingControllerTest.java67 String imeName, String imeLabel, List<String> subtypeLocales, in addDummyImeSubtypeListItems() argument
79 si.nonLocalizedLabel = imeLabel; in addDummyImeSubtypeListItems()