HomeSort by relevance Sort by last modified time
    Searched refs:mType (Results 151 - 175 of 1452) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/tools/hidl/c2hal/
VarDeclaration.h 41 Type *mType;
  /frameworks/base/location/java/android/location/
GnssNavigationMessage.java 131 private int mType;
152 mType = navigationMessage.mType;
174 return mType;
183 mType = value;
191 switch (mType) {
213 return "<Invalid:" + mType + ">";
395 parcel.writeInt(mType);
433 mType = TYPE_UNKNOWN;
GpsClock.java 63 private byte mType;
82 mType = clock.mType;
103 return mType;
110 mType = value;
118 switch (mType) {
126 return "<Invalid:" + mType + ">";
404 gpsClock.mType = parcel.readByte();
425 parcel.writeByte(mType);
  /frameworks/base/lowpan/java/android/net/lowpan/
LowpanIdentity.java 119 mIdentity.mType = x;
140 private String mType = "";
168 return mType;
181 if (mType.length() > 0) {
182 sb.append(", Type:").append(mType);
208 && mType.equals(rhs.mType)
216 Arrays.hashCode(mRawName), mType, Arrays.hashCode(mXpanid), mPanid, mChannel);
229 dest.writeString(mType);
  /frameworks/base/telephony/java/android/telephony/data/
DataCallResponse.java 41 private final String mType;
82 mType = (type == null) ? "" : type;
96 mType = source.readString();
134 public String getType() { return mType; }
183 .append(" type=").append(mType)
207 && this.mType.equals(other.mType)
222 return Objects.hash(mStatus, mSuggestedRetryTime, mCid, mActive, mType, mIfname, mAddresses,
237 dest.writeString(mType);
  /device/google/contexthub/util/common/
JSONObject.cpp 353 : mType(TYPE_NULL) {
357 : mType(TYPE_NULL) {
364 mType = other.mType;
367 switch (mType) {
389 return mType;
393 if (mType != TYPE_INT32) {
402 switch (mType) {
423 if (mType != TYPE_STRING) {
432 if (mType != TYPE_BOOLEAN)
    [all...]
  /frameworks/base/libs/hwui/
Matrix.cpp 66 mType = kTypeIdentity | kTypeRectToRect;
74 if (mType & kTypeUnknown) {
75 mType = kTypeIdentity;
79 mType |= kTypePerspective;
83 mType |= kTypeTranslate;
93 mType |= kTypeAffine;
97 mType |= kTypeScale;
106 if (!(mType & kTypePerspective)) {
109 mType |= kTypeRectToRect;
113 return mType;
    [all...]
Matrix.h 90 mType = kTypeUnknown;
145 mType |= kTypeUnknown;
149 uint8_t type = mType;
156 mType = type;
158 mType |= kTypeTranslate;
160 mType &= ~kTypeTranslate;
228 void invalidateType() { mType = kTypeUnknown; }
231 mutable uint8_t mType;
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 84 private EditType mType;
288 return mType;
303 mEntry.getAsString(mType.customColumn),
306 if (mType != null && mType.labelRes > 0 && mKind.titleRes > 0) {
307 mLabel.setSelection(mEditTypeAdapter.getPosition(mType));
310 getContext().getString(mType.labelRes),
426 mType = RawContactModifier.getCurrentType(entry, kind);
461 mType = null;
464 mType = editType
    [all...]
  /frameworks/base/core/java/android/nfc/
NdefRecord.java 281 private final byte[] mType;
568 mType = type;
598 mType = rs[0].mType;
622 return mType.clone();
682 if (Arrays.equals(mType, NdefRecord.RTD_TEXT)) {
687 String mimeType = new String(mType, StandardCharsets.US_ASCII);
720 if (Arrays.equals(mType, RTD_SMART_POSTER) && !inSmartPoster) {
731 } else if (Arrays.equals(mType, RTD_URI)) {
738 Uri uri = Uri.parse(new String(mType, StandardCharsets.UTF_8))
    [all...]
  /cts/suite/audio_quality/lib/include/task/
TaskGeneric.h 56 return mType;
108 TaskType mType;
  /frameworks/av/media/libmedia/include/media/
MidiDeviceInfo.h 38 int getType() const { return mType; }
69 int32_t mType;
  /frameworks/base/core/java/android/webkit/
JsDialogHelper.java 54 private final int mType;
62 mType = type;
70 mType = msg.getData().getInt("type");
75 switch (mType) {
85 throw new IllegalArgumentException("Unexpected type: " + mType);
98 if (mType == UNLOAD) {
113 if (mType != PROMPT) {
125 if (mType != ALERT) {
  /frameworks/rs/
rsFileA3D.h 47 RsA3DClassID mType;
57 return mType;
  /packages/apps/TV/src/com/android/tv/data/
PreviewProgramContent.java 36 private int mType;
115 mType = other.mType;
139 return mType;
180 && previewProgramContent.mType == mType
194 mType,
221 mPreviewProgramContent.mType = type;
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
AllocationCache.java 208 private final Type mType;
212 mType = type;
218 return mType.hashCode() ^ mUsage;
226 return otherKey.mType.equals(mType) && otherKey.mUsage == mUsage;
  /frameworks/base/core/jni/hwbinder/
EphemeralStorage.cpp 39 item.mType = TYPE_STRING_ARRAY;
49 item.mType = TYPE_STORAGE;
63 item.mType = TYPE_STRING;
82 item.mType = TYPE_ ## Suffix ## _ARRAY; \
119 switch (item.mType) {
  /frameworks/base/media/java/android/media/midi/
MidiDeviceInfo.java 192 private final int mType; // USB or virtual
208 mType = type;
232 return mType;
321 return ("MidiDeviceInfo[mType=" + mType +
373 parcel.writeInt(mType);
  /packages/apps/Contacts/src/com/android/contacts/group/
UpdateGroupMembersAsyncTask.java 41 private final int mType;
51 mType = type;
68 if (mType == TYPE_ADD) {
72 } else if (mType == TYPE_REMOVE) {
77 throw new IllegalStateException("Unrecognized type " + mType);
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewIconCache.java 41 private final Type mType;
45 mType = Type.ApplicationInfoKey;
51 mType = Type.ResolveInfoKey;
55 mType = Type.AppWidgetProviderInfoKey;
62 return (mType == t);
  /packages/apps/Settings/src/com/android/settings/notification/
SettingPref.java 37 protected final int mType;
48 mType = type;
53 mUri = getUriFor(mType, mSetting);
108 return putInt(mType, context.getContentResolver(), mSetting, value);
120 final int val = getInt(mType, context.getContentResolver(), mSetting, mDefault);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceProcessor.java 43 private ResourceType mType;
64 mType = type;
68 mValidator = ResourceNameValidator.create(false, mProject, mType);
107 return mType;
207 String url = PREFIX_RESOURCE_REF + mType.getName() + '/' + mCurrentName;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLListProperty.java 28 private final GLStateType mType;
38 mType = type;
52 mType = type;
128 return mType;
173 pp.prettyPrint(mType, null);
  /frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
IconCompat.java 115 private final int mType;
118 // based on the value of mType.
232 private IconCompat(int mType) {
233 this.mType = mType;
245 if (mType == TYPE_UNKOWN && Build.VERSION.SDK_INT >= 23) {
248 return mType;
260 if (mType == TYPE_UNKOWN && Build.VERSION.SDK_INT >= 23) {
263 if (mType != TYPE_RESOURCE) {
278 if (mType == TYPE_UNKOWN && Build.VERSION.SDK_INT >= 23)
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityWindowInfo.java 102 private int mType = UNDEFINED_WINDOW_ID;
150 return mType;
161 mType = type;
452 infoClone.mType = info.mType;
509 parcel.writeInt(mType);
533 mType = parcel.readInt();
582 builder.append(", type=").append(typeToString(mType));
618 mType = UNDEFINED_WINDOW_ID;
694 if (other.mType != mType)
    [all...]

Completed in 1942 milliseconds

1 2 3 4 5 67 8 91011>>