HomeSort by relevance Sort by last modified time
    Searched full:msubtype (Results 1 - 21 of 21) sorted by null

  /frameworks/av/media/libmedia/
MediaResource.cpp 26 mSubType(kUnspecifiedSubType),
31 mSubType(kUnspecifiedSubType),
36 mSubType(subType),
41 mSubType = static_cast<SubType>(parcel.readInt32());
47 parcel->writeInt32(static_cast<int32_t>(mSubType));
53 str.appendFormat("%s/%s:%llu", asString(mType), asString(mSubType), (unsigned long long)mValue);
58 return (other.mType == mType) && (other.mSubType == mSubType) && (other.mValue == mValue);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodSubtype.java 58 private final InputMethodSubtype mSubtype;
65 mSubtype = subtype;
66 mOriginalLocale = InputMethodSubtypeCompatUtils.getLocaleObject(mSubtype);
74 return mSubtype.getExtraValueOf(key);
79 return mSubtype.getMode();
83 return SubtypeLocaleUtils.NO_LANGUAGE.equals(mSubtype.getLocale());
111 return SubtypeLocaleUtils.getKeyboardLayoutSetDisplayName(mSubtype);
113 return SubtypeLocaleUtils.getSubtypeLocaleDisplayName(mSubtype.getLocale());
120 return SubtypeLocaleUtils.getKeyboardLayoutSetDisplayName(mSubtype);
122 return SubtypeLocaleUtils.getSubtypeLanguageDisplayName(mSubtype.getLocale())
    [all...]
  /frameworks/base/core/java/android/net/
NetworkIdentity.java 42 * When enabled, combine all {@link #mSubType} together under
54 final int mSubType;
64 mSubType = COMBINE_SUBTYPE_ENABLED ? SUBTYPE_COMBINED : subType;
73 return Objects.hash(mType, mSubType, mSubscriberId, mNetworkId, mRoaming, mMetered);
80 return mType == ident.mType && mSubType == ident.mSubType && mRoaming == ident.mRoaming
96 builder.append(TelephonyManager.getNetworkTypeName(mSubType));
98 builder.append(mSubType);
118 return mSubType;
209 res = Integer.compare(mSubType, another.mSubType)
    [all...]
NetworkInfo.java 114 private int mSubtype;
134 mSubtype = subtype;
146 mSubtype = source.mSubtype;
191 return mSubtype;
200 mSubtype = subtype;
451 dest.writeInt(mSubtype);
NetworkTemplate.java 324 switch (getNetworkClass(ident.mSubType)) {
344 switch (getNetworkClass(ident.mSubType)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CustomInputStylePreference.java 59 private InputMethodSubtype mSubtype;
85 return mSubtype == null;
89 return mSubtype;
93 mPreviousSubtype = mSubtype;
94 mSubtype = subtype;
114 return mSubtype != null && !mSubtype.equals(mPreviousSubtype);
143 final SubtypeLocaleItem localeItem = new SubtypeLocaleItem(mSubtype);
144 final KeyboardLayoutSetItem layoutItem = new KeyboardLayoutSetItem(mSubtype);
208 myState.mSubtype = mSubtype
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 74 public final RichInputMethodSubtype mSubtype;
89 mSubtype = params.mSubtype;
120 id.mSubtype,
141 && other.mSubtype.equals(mSubtype)
178 return mSubtype.getLocale();
195 mSubtype.getLocale(),
196 mSubtype.getExtraValueOf(KEYBOARD_LAYOUT_SET),
KeyboardLayoutSet.java 122 RichInputMethodSubtype mSubtype;
309 mParams.mSubtype = keyboardSubtype;
381 if (mParams.mSubtype == null)
KeyboardSwitcher.java 169 || !newKeyboard.mId.mSubtype.equals(oldKeyboard.mId.mSubtype);
171 .getLanguageOnSpacebarFormatType(newKeyboard.mId.mSubtype);
MainKeyboardView.java     [all...]
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutPickerFragment2.java 51 private InputMethodSubtype mSubtype;
86 mSubtype = activity.getIntent().getParcelableExtra(EXTRA_INPUT_METHOD_SUBTYPE);
125 mIm.setKeyboardLayoutForInputDevice(mInputDeviceIdentifier, mImi, mSubtype,
157 root.setTitle(KeyboardInfoPreference.getDisplayName(getContext(), mImi, mSubtype));
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeMultipart.java 36 protected String mSubType;
46 mSubType = MimeUtility.getHeaderParameter(contentType, null).split("/")[1];
81 this.mSubType = subType;
111 return mSubType;
  /packages/services/Telephony/src/com/android/phone/common/mail/internet/
MimeMultipart.java 35 protected String mSubType;
45 mSubType = MimeUtility.getHeaderParameter(contentType, null).split("/")[1];
80 this.mSubType = subType;
110 return mSubType;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
LayoutTestsBase.java 43 private InputMethodSubtype mSubtype;
52 mSubtype = getSubtype(mLayout.getLocale(), mLayout.getName());
53 mLogTag = SubtypeLocaleUtils.getSubtypeNameForLogging(mSubtype) + "/"
56 mKeyboardLayoutSet = createKeyboardLayoutSet(mSubtype, null /* editorInfo */,
  /frameworks/av/include/media/
MediaResource.h 54 SubType mSubType;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
MainKeyboardAccessibilityDelegate.java 93 if (lastKeyboard == null || !keyboard.mId.mSubtype.equals(lastKeyboard.mId.mSubtype)) {
126 keyboard.mId.mSubtype.getRawSubtype());
  /frameworks/av/services/mediaresourcemanager/
ResourceManagerService.cpp 99 if (resources[i].mSubType == MediaResource::kAudioCodec) {
101 } else if (resources[i].mSubType == MediaResource::kVideoCodec) {
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 100 private final SpellCheckerSubtype mSubtype;
135 mSubtype = subtype;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 647 id.mSubtype.getKeyboardLayoutSetName());
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.c 949 bfd_mach_o_cpu_subtype msubtype,
982 switch (msubtype)
    [all...]
ChangeLog-2012     [all...]

Completed in 2240 milliseconds