/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | InputMethodSubtypeSwitchingController.java | 235 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getSortedInputMethodAndSubtypeList() local 263 private static int calculateSubtypeId(InputMethodInfo imi, InputMethodSubtype subtype) { in calculateSubtypeId() 281 private int getIndex(InputMethodInfo imi, InputMethodSubtype subtype) { in getIndex() 309 InputMethodInfo imi, @Nullable InputMethodSubtype subtype, boolean forward) { in getNextInputMethodLocked() 367 private int getUsageRank(final InputMethodInfo imi, InputMethodSubtype subtype) { in getUsageRank() 383 public void onUserAction(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserAction() 410 InputMethodInfo imi, @Nullable InputMethodSubtype subtype, boolean forward) { in getNextInputMethodLocked() 509 @Nullable InputMethodSubtype subtype, boolean forward) { in getNextInputMethod() 522 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked() 568 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked() [all …]
|
D | InputMethodUtils.java | 367 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in containsSubtypeOf() local 404 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in getOverridingImplicitlyEnabledSubtypes() local 501 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local 518 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local 538 final InputMethodSubtype subtype = applicableSubtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local 547 final InputMethodSubtype subtype = keyboardSubtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local 612 InputMethodSubtype subtype = subtypes.get(i); in findLastResortApplicableSubtypeLocked() local 648 public static boolean canAddToLastInputMethod(InputMethodSubtype subtype) { in canAddToLastInputMethod() 744 InputMethodSubtype subtype) { in getImeAndSubtypeDisplayName()
|
D | InputMethodSubtypeHandle.java | 30 public InputMethodSubtypeHandle(InputMethodInfo info, @Nullable InputMethodSubtype subtype) { in InputMethodSubtypeHandle()
|
/frameworks/base/core/tests/coretests/src/android/view/textservice/ |
D | SpellCheckerSubtypeTest.java | 67 final SpellCheckerSubtype subtype = new SpellCheckerSubtype(SUBTYPE_NAME_RES_ID_A, in testSubtypeWithNoSubtypeId() local 94 final SpellCheckerSubtype subtype = new SpellCheckerSubtype(SUBTYPE_NAME_RES_ID_A, in testSubtypeWithSubtypeId() local
|
/frameworks/base/core/java/android/view/textservice/ |
D | TextServicesManager.java | 160 final SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in newSpellCheckerSession() local 243 public void setSpellCheckerSubtype(SpellCheckerSubtype subtype) { in setSpellCheckerSubtype()
|
D | SpellCheckerSubtype.java | 206 SpellCheckerSubtype subtype = (SpellCheckerSubtype) o; in equals() local 308 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in sort() local
|
D | SpellCheckerInfo.java | 116 SpellCheckerSubtype subtype = new SpellCheckerSubtype( in SpellCheckerInfo() local
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
D | InputMethodAndSubtypeUtil.java | 192 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeList() local 320 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled() local 344 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked() local 371 public static String getSubtypeLocaleNameAsSentence(@Nullable InputMethodSubtype subtype, in getSubtypeLocaleNameAsSentence()
|
D | InputMethodSubtypePreference.java | 40 public InputMethodSubtypePreference(final Context context, final InputMethodSubtype subtype, in InputMethodSubtypePreference()
|
D | InputMethodSettingValuesWrapper.java | 102 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateAsciiCapableEnabledImis() local
|
D | InputMethodAndSubtypeEnablerManager.java | 148 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in addInputMethodSubtypePreferences() local
|
/frameworks/base/core/java/android/hardware/input/ |
D | InputManagerInternal.java | 56 @Nullable InputMethodInfo inputMethodInfo, @Nullable InputMethodSubtype subtype); in onInputMethodSubtypeChanged()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethod.aidl | 54 void changeInputMethodSubtype(in InputMethodSubtype subtype); in changeInputMethodSubtype()
|
D | IInputMethodManager.aidl | 69 void setInputMethodAndSubtype(in IBinder token, String id, in InputMethodSubtype subtype); in setInputMethodAndSubtype() 78 boolean setCurrentInputMethodSubtype(in InputMethodSubtype subtype); in setCurrentInputMethodSubtype()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodInfo.java | 201 final InputMethodSubtype subtype = new InputMethodSubtypeBuilder() in InputMethodInfo() local 243 final InputMethodSubtype subtype = additionalSubtypes.get(i); in InputMethodInfo() local
|
D | InputMethod.java | 267 public void changeInputMethodSubtype(InputMethodSubtype subtype); in changeInputMethodSubtype()
|
D | InputMethodSubtype.java | 590 InputMethodSubtype subtype = (InputMethodSubtype) o; in equals() local 671 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort() local
|
/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/ |
D | InputMethodSubtypeSwitchingControllerTest.java | 154 InputMethodSubtype subtype = null; in assertNextInputMethod() local 184 InputMethodSubtype subtype = null; in onUserAction() local
|
/frameworks/base/core/java/android/net/metrics/ |
D | DhcpErrorEvent.java | 97 private static int makeErrorCode(int type, int subtype) { in makeErrorCode()
|
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/ |
D | InputMethodSettingsImpl.java | 86 final InputMethodSubtype subtype = subtypes.get(i); in getEnabledSubtypesLabel() local
|
/frameworks/base/core/java/android/net/ |
D | NetworkInfo.java | 129 public NetworkInfo(int type, int subtype, String typeName, String subtypeName) { in NetworkInfo() 198 public void setSubtype(int subtype, String subtypeName) { in setSubtype()
|
/frameworks/base/core/tests/coretests/src/android/metrics/ |
D | LogMakerTest.java | 37 int subtype = 12; in testSerializeDeserialize() local
|
/frameworks/base/core/java/android/metrics/ |
D | LogMaker.java | 89 public LogMaker setSubtype(int subtype) { in setSubtype()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodWrapper.java | 313 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/ |
D | ANQPParserTest.java | 141 private static byte[] getVendorSpecificPayload(int oi, int type, int subtype, byte[] payload) in getVendorSpecificPayload()
|