Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
DInputMethodUtilsTest.java256 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
281 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
306 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
331 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
352 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
375 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
398 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
415 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
432 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
452 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in testGetImplicitlyApplicableSubtypesLocked() local
[all …]
DInputMethodSubtypeSwitchingControllerTest.java68 List<InputMethodSubtype> subtypes = null; in addDummyImeSubtypeListItems() local
/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
DInputMethodSubtypeArrayTest.java29 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); in testInstanciate() local
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodInfo.java142 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); in InputMethodInfo() local
272 String settingsActivity, List<InputMethodSubtype> subtypes, int isDefaultResId, in InputMethodInfo()
283 String settingsActivity, List<InputMethodSubtype> subtypes, int isDefaultResId, in InputMethodInfo()
DInputMethodSubtypeArray.java52 public InputMethodSubtypeArray(final List<InputMethodSubtype> subtypes) { in InputMethodSubtypeArray()
DInputMethodManager.java2129 ArrayList<InputMethodSubtype> subtypes = null; in getShortcutInputMethodsAndSubtypes() local
2140 ret.put((InputMethodInfo)o, subtypes); in getShortcutInputMethodsAndSubtypes() local
2274 public void setAdditionalInputMethodSubtypes(String imiId, InputMethodSubtype[] subtypes) { in setAdditionalInputMethodSubtypes()
/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java439 ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in getSubtypes() local
449 ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in getOverridingImplicitlyEnabledSubtypes() local
539 final List<InputMethodSubtype> subtypes = InputMethodUtils.getSubtypes(imi); in getImplicitlyApplicableSubtypesLockedImpl() local
646 Resources res, List<InputMethodSubtype> subtypes, String mode, String locale, in findLastResortApplicableSubtypeLocked()
846 ArraySet<String> subtypes = new ArraySet<>(); in parseInputMethodsAndSubtypesString() local
864 final ArrayList<String> subtypes = new ArrayList<>(2); in buildInputMethodsAndSubtypesString() local
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl82 void setAdditionalInputMethodSubtypes(String id, in InputMethodSubtype[] subtypes); in setAdditionalInputMethodSubtypes()
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java1750 final List<InputMethodSubtype> subtypes = in shouldShowImeSwitcherLocked() local
2609 public void setAdditionalInputMethodSubtypes(String imiId, InputMethodSubtype[] subtypes) { in setAdditionalInputMethodSubtypes()
3722 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in addInputMethodSubtypes() local
3733 mAdditionalSubtypesMap.put(imi.getId(), subtypes); in addInputMethodSubtypes() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1494 public boolean fetchAnqp(String bssid, String subtypes) { in fetchAnqp()