HomeSort by relevance Sort by last modified time
    Searched refs:mSubtypeId (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java 59 private final int mSubtypeId;
88 mSubtypeId = subtypeId;
89 mSubtypeHashCode = mSubtypeId != SUBTYPE_ID_NONE ?
90 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
117 mSubtypeId = source.readInt();
118 mSubtypeHashCode = mSubtypeId != SUBTYPE_ID_NONE ?
119 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
207 if (subtype.mSubtypeId != SUBTYPE_ID_NONE || mSubtypeId != SUBTYPE_ID_NONE) {
271 dest.writeInt(mSubtypeId);
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 82 private final int mSubtypeId;
169 mSubtypeId = subtypeId;
172 private int mSubtypeId = SUBTYPE_ID_NONE;
230 builder.mSubtypeId = id;
300 mSubtypeId = builder.mSubtypeId;
304 if (mSubtypeId != SUBTYPE_ID_NONE) {
305 mSubtypeHashCode = mSubtypeId;
327 mSubtypeId = source.readInt();
588 return mSubtypeId != SUBTYPE_ID_NONE
    [all...]
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 77 private int mSubtypeId;
98 mSubtypeId = 99;
101 mSubtypeOverridesImplicitlyEnabledSubtype, mSubtypeId);
138 assertEquals(mSubtypeId, mInputMethodSubtype.hashCode());
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingController.java 59 public final int mSubtypeId;
68 mSubtypeId = subtypeId;
120 * This method doesn't compare {@link #mSubtypeId} but {@link #equals(Object)} does.
150 + " mSubtypeId=" + mSubtypeId
163 return Objects.equals(this.mImi, that.mImi) && this.mSubtypeId == that.mSubtypeId;
287 if (imi.equals(isli.mImi) && isli.mSubtypeId == currentSubtypeId) {
375 subtypeListItem.mSubtypeId == currentSubtypeId) {
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 739 milliseconds