HomeSort by relevance Sort by last modified time
    Searched defs:mSubtype (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/net/
NetworkInfo.java 114 private int mSubtype;
146 mSubtype = subtype;
160 mSubtype = source.mSubtype;
195 return mSubtype;
201 mSubtype = subtype;
450 dest.writeInt(mSubtype);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 59 public final InputMethodSubtype mSubtype;
78 mSubtype = params.mSubtype;
79 mLocale = SubtypeLocale.getSubtypeLocale(mSubtype);
119 id.mSubtype
141 && other.mSubtype.equals(mSubtype);
193 mSubtype.getExtraValueOf(KEYBOARD_LAYOUT_SET),
KeyboardLayoutSet.java 111 InputMethodSubtype mSubtype;
268 mParams.mSubtype = keyboardSubtype;
295 if (mParams.mSubtype == null)
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 102 private final SpellCheckerSubtype mSubtype;
138 mSubtype = subtype;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AdditionalSubtypeSettings.java 166 private InputMethodSubtype mSubtype;
192 return mSubtype == null;
196 return mSubtype;
200 mPreviousSubtype = mSubtype;
201 mSubtype = subtype;
221 return mSubtype != null && !mSubtype.equals(mPreviousSubtype);
246 context, mSubtype.getLocale());
247 final KeyboardLayoutSetItem layoutItem = new KeyboardLayoutSetItem(mSubtype);
320 myState.mSubtype = mSubtype
    [all...]

Completed in 180 milliseconds