Home
last modified time | relevance | path

Searched refs:mSubtype (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputMethodSubtype.java58 private final InputMethodSubtype mSubtype; field in RichInputMethodSubtype
65 mSubtype = subtype; in RichInputMethodSubtype()
74 return mSubtype.getExtraValueOf(key); in getExtraValueOf()
79 return mSubtype.getMode(); in getMode()
83 return SubtypeLocaleUtils.NO_LANGUAGE.equals(mSubtype.getLocale()); in isNoLanguage()
111 return SubtypeLocaleUtils.getKeyboardLayoutSetDisplayName(mSubtype); in getFullDisplayName()
131 return mSubtype.equals(other.mSubtype) && mLocale.equals(other.mLocale); in equals()
136 return mSubtype.hashCode() + mLocale.hashCode(); in hashCode()
141 return "Multi-lingual subtype: " + mSubtype + ", " + mLocale; in toString()
161 public InputMethodSubtype getRawSubtype() { return mSubtype; } in getRawSubtype()
[all …]
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DCustomInputStylePreference.java59 private InputMethodSubtype mSubtype; field in CustomInputStylePreference
85 return mSubtype == null; in isIncomplete()
89 return mSubtype; in getSubtype()
93 mPreviousSubtype = mSubtype; in setSubtype()
94 mSubtype = subtype; in setSubtype()
114 return mSubtype != null && !mSubtype.equals(mPreviousSubtype); in hasBeenModified()
208 myState.mSubtype = mSubtype; in onSaveInstanceState()
221 setSubtype(myState.mSubtype); in onRestoreInstanceState()
225 InputMethodSubtype mSubtype; field in CustomInputStylePreference.SavedState
234 dest.writeParcelable(mSubtype, 0); in writeToParcel()
[all …]
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardId.java74 public final RichInputMethodSubtype mSubtype; field in KeyboardId
89 mSubtype = params.mSubtype; in KeyboardId()
120 id.mSubtype, in computeHashCode()
141 && other.mSubtype.equals(mSubtype) in equals()
178 return mSubtype.getLocale(); in getLocale()
195 mSubtype.getLocale(), in toString()
196 mSubtype.getExtraValueOf(KEYBOARD_LAYOUT_SET), in toString()
H A DKeyboardSwitcher.java173 || !newKeyboard.mId.mSubtype.equals(oldKeyboard.mId.mSubtype); in setKeyboard()
175 .getLanguageOnSpacebarFormatType(newKeyboard.mId.mSubtype); in setKeyboard()
H A DKeyboardLayoutSet.java122 RichInputMethodSubtype mSubtype; field in KeyboardLayoutSet.Params
309 mParams.mSubtype = keyboardSubtype; in setSubtype()
381 if (mParams.mSubtype == null) in build()
H A DMainKeyboardView.java872 final String language = layoutLanguageOnSpacebar(paint, keyboard.mId.mSubtype, width); in drawLanguageOnSpacebar()
/aosp12/packages/modules/Connectivity/core/java/android/net/
H A DNetworkInfo.java114 private int mSubtype; field in NetworkInfo
146 mSubtype = subtype; in NetworkInfo()
161 mSubtype = source.mSubtype; in NetworkInfo()
206 return mSubtype; in getSubtype()
215 mSubtype = subtype; in setSubtype()
465 dest.writeInt(mSubtype); in writeToParcel()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DNetworkInfo.java141 private int mSubtype; field in NetworkInfo
173 mSubtype = subtype; in NetworkInfo()
186 mSubtype = source.mSubtype; in NetworkInfo()
243 return mSubtype; in getSubtype()
253 mSubtype = subtype; in setSubtype()
589 dest.writeInt(mSubtype); in writeToParcel()
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbACEndpoint.java30 protected byte mSubtype; // 2:1 HEADER descriptor subtype field in UsbACEndpoint
42 return mSubtype; in getSubtype()
47 mSubtype = stream.getByte(); in parseRawDescriptors()
H A DUsbVCInterface.java38 protected final byte mSubtype; // 2:1 HEADER descriptor subtype field in UsbVCInterface
42 mSubtype = subtype; in UsbVCInterface()
H A DUsbACInterface.java80 protected final byte mSubtype; // 2:1 HEADER descriptor subtype field in UsbACInterface
86 mSubtype = subtype; in UsbACInterface()
91 return mSubtype; in getSubtype()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
H A DLayoutTestsBase.java43 private InputMethodSubtype mSubtype; field in LayoutTestsBase
52 mSubtype = getSubtype(mLayout.getLocale(), mLayout.getName()); in setUp()
53 mLogTag = SubtypeLocaleUtils.getSubtypeNameForLogging(mSubtype) + "/" in setUp()
56 mKeyboardLayoutSet = createKeyboardLayoutSet(mSubtype, null /* editorInfo */, in setUp()
/aosp12/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DFilter.java233 private int mSubtype; field in Filter
275 mSubtype = TunerUtils.getFilterSubtype(mainType, subtype); in setType()
310 int subType = (s == null) ? mSubtype : s.getType(); in configure()
311 if (mMainType != config.getType() || mSubtype != subType) { in configure()
313 + mMainType + ", filter subtype=" + mSubtype + ". config main type=" in configure()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DMainKeyboardAccessibilityDelegate.java90 if (lastKeyboard == null || !keyboard.mId.mSubtype.equals(lastKeyboard.mId.mSubtype)) { in setKeyboard()
123 keyboard.mId.mSubtype.getRawSubtype()); in announceKeyboardLanguage()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardBuilder.java647 id.mSubtype.getKeyboardLayoutSetName()); in parseCaseCondition()
/aosp12/packages/modules/Connectivity/Tethering/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt772 Landroid/net/NetworkInfo;->mSubtype:I