/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | RichInputMethodSubtype.java | 58 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 D | CustomInputStylePreference.java | 59 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 D | KeyboardId.java | 74 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 D | KeyboardSwitcher.java | 173 || !newKeyboard.mId.mSubtype.equals(oldKeyboard.mId.mSubtype); in setKeyboard() 175 .getLanguageOnSpacebarFormatType(newKeyboard.mId.mSubtype); in setKeyboard()
|
H A D | KeyboardLayoutSet.java | 122 RichInputMethodSubtype mSubtype; field in KeyboardLayoutSet.Params 309 mParams.mSubtype = keyboardSubtype; in setSubtype() 381 if (mParams.mSubtype == null) in build()
|
H A D | MainKeyboardView.java | 872 final String language = layoutLanguageOnSpacebar(paint, keyboard.mId.mSubtype, width); in drawLanguageOnSpacebar()
|
/aosp12/packages/modules/Connectivity/core/java/android/net/ |
H A D | NetworkInfo.java | 114 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 D | NetworkInfo.java | 141 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 D | UsbACEndpoint.java | 30 protected byte mSubtype; // 2:1 HEADER descriptor subtype field in UsbACEndpoint 42 return mSubtype; in getSubtype() 47 mSubtype = stream.getByte(); in parseRawDescriptors()
|
H A D | UsbVCInterface.java | 38 protected final byte mSubtype; // 2:1 HEADER descriptor subtype field in UsbVCInterface 42 mSubtype = subtype; in UsbVCInterface()
|
H A D | UsbACInterface.java | 80 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 D | LayoutTestsBase.java | 43 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 D | Filter.java | 233 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 D | MainKeyboardAccessibilityDelegate.java | 90 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 D | KeyboardBuilder.java | 647 id.mSubtype.getKeyboardLayoutSetName()); in parseCaseCondition()
|
/aosp12/packages/modules/Connectivity/Tethering/apex/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 772 Landroid/net/NetworkInfo;->mSubtype:I
|