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

  /frameworks/base/core/java/android/net/
NetworkInfo.java 109 private int mSubtype;
139 mSubtype = subtype;
152 mSubtype = source.mSubtype;
186 return mSubtype;
192 mSubtype = subtype;
421 dest.writeInt(mSubtype);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 60 public final InputMethodSubtype mSubtype;
78 mSubtype = subtype;
111 id.mSubtype
132 && other.mSubtype.equals(mSubtype);
188 mSubtype.getExtraValueOf(KEYBOARD_LAYOUT_SET),
KeyboardLayoutSet.java 116 InputMethodSubtype mSubtype;
210 final boolean noLanguage = SubtypeLocale.isNoLanguage(params.mSubtype);
213 return new KeyboardId(keyboardLayoutSetElementId, params.mSubtype, params.mOrientation,
258 mParams.mSubtype = keyboardSubtype;
285 if (mParams.mSubtype == null)
LatinKeyboardView.java     [all...]
Keyboard.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AdditionalSubtypeSettings.java 155 private InputMethodSubtype mSubtype;
181 return mSubtype == null;
185 return mSubtype;
189 mPreviousSubtype = mSubtype;
190 mSubtype = subtype;
210 return mSubtype != null && !mSubtype.equals(mPreviousSubtype);
235 context, mSubtype.getLocale());
236 final KeyboardLayoutSetItem layoutItem = new KeyboardLayoutSetItem(mSubtype);
309 myState.mSubtype = mSubtype
    [all...]
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 102 private final SpellCheckerSubtype mSubtype;
138 mSubtype = subtype;

Completed in 316 milliseconds