Home
last modified time | relevance | path

Searched defs:subtypes (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
DInputMethodUtilsTest.java263 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
288 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
313 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
338 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
359 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
382 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
405 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
422 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
439 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
459 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
[all …]
DInputMethodSubtypeSwitchingControllerTest.java81 List<InputMethodSubtype> subtypes = null; in addDummyImeSubtypeListItems() local
118 ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in createDummyItem() local
/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
DInputMethodSubtypeArrayTest.java38 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); in testInstantiate() local
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodInfo.java209 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); in InputMethodInfo() local
386 String settingsActivity, List<InputMethodSubtype> subtypes, int isDefaultResId, in InputMethodInfo()
400 List<InputMethodSubtype> subtypes, int isDefaultResId, boolean forceDefault, in InputMethodInfo()
413 List<InputMethodSubtype> subtypes, int isDefaultResId, boolean forceDefault, in InputMethodInfo()
DInputMethodSubtypeArray.java54 public InputMethodSubtypeArray(final List<InputMethodSubtype> subtypes) { in InputMethodSubtypeArray()
DInputMethodManager.java3381 final List<InputMethodSubtype> subtypes = getEnabledInputMethodSubtypeList( in getShortcutInputMethodsAndSubtypes() local
3538 public void setAdditionalInputMethodSubtypes(String imiId, InputMethodSubtype[] subtypes) { in setAdditionalInputMethodSubtypes()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/inputmethod/
DInputMethodAndSubtypeUtilTest.java230 InputMethodSubtype... subtypes) { in createFakeIme()
DInputMethodAndSubtypeUtilCompatTest.java237 InputMethodSubtype... subtypes) { in createFakeIme()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodPreference.java243 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(mImi, true); in getSummaryString() local
DInputMethodAndSubtypeUtil.java385 public static String getSubtypeLocaleNameListAsSentence( in getSubtypeLocaleNameListAsSentence()
DInputMethodAndSubtypeUtilCompat.java428 public static String getSubtypeLocaleNameListAsSentence( in getSubtypeLocaleNameListAsSentence()
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl70 void setAdditionalInputMethodSubtypes(String id, in InputMethodSubtype[] subtypes); in setAdditionalInputMethodSubtypes()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java417 ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in getSubtypes() local
503 final List<InputMethodSubtype> subtypes = InputMethodUtils.getSubtypes(imi); in getImplicitlyApplicableSubtypesLockedImpl() local
610 Resources res, List<InputMethodSubtype> subtypes, String mode, String locale, in findLastResortApplicableSubtypeLocked()
DInputMethodManagerService.java3285 final List<InputMethodSubtype> subtypes = in shouldShowImeSwitcherLocked() local
4433 public void setAdditionalInputMethodSubtypes(String imiId, InputMethodSubtype[] subtypes) { in setAdditionalInputMethodSubtypes()