/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/ |
D | InputMethodUtilsTest.java | 256 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 …]
|
D | InputMethodSubtypeSwitchingControllerTest.java | 68 List<InputMethodSubtype> subtypes = null; in addDummyImeSubtypeListItems() local
|
/frameworks/base/core/tests/coretests/src/android/view/inputmethod/ |
D | InputMethodSubtypeArrayTest.java | 29 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); in testInstanciate() local
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodInfo.java | 142 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()
|
D | InputMethodSubtypeArray.java | 52 public InputMethodSubtypeArray(final List<InputMethodSubtype> subtypes) { in InputMethodSubtypeArray()
|
D | InputMethodManager.java | 2129 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/ |
D | InputMethodUtils.java | 439 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/ |
D | IInputMethodManager.aidl | 82 void setAdditionalInputMethodSubtypes(String id, in InputMethodSubtype[] subtypes); in setAdditionalInputMethodSubtypes()
|
/frameworks/base/services/core/java/com/android/server/ |
D | InputMethodManagerService.java | 1750 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/ |
D | WifiNative.java | 1494 public boolean fetchAnqp(String bssid, String subtypes) { in fetchAnqp()
|