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.java192 final CharSequence imeLabel = imi.loadLabel(userAwareContext.getPackageManager()); in getSortedInputMethodAndSubtypeList() local
208 imList.add(new ImeSubtypeListItem(imeLabel, in getSortedInputMethodAndSubtypeList()
218 imList.add(new ImeSubtypeListItem(imeLabel, null, imi, NOT_A_SUBTYPE_ID, null, in getSortedInputMethodAndSubtypeList()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingControllerTest.java61 String imeName, String imeLabel, List<String> subtypeLocales, in addDummyImeSubtypeListItems() argument
73 si.nonLocalizedLabel = imeLabel; in addDummyImeSubtypeListItems()