Searched defs:mDataType (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DRestoreDescription.java35 private final int mDataType; field in class:RestoreDescription
58 + ((mDataType == TYPE_KEY_VALUE) ? "KEY_VALUE" : "STREAM")
67 mDataType = dataType;
75 return mDataType;
89 out.writeInt(mDataType);
108 mDataType = in.readInt();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthAppConfiguration.java32 private final int mDataType; field in class:BluetoothHealthAppConfiguration
45 mDataType = dataType;
62 mDataType = dataType;
75 mDataType == config.getDataType() &&
86 result = 31 * result + mDataType;
95 ",mDataType = " + mDataType + ", mRole = " + mRole + ",mChannelType = " +
109 return mDataType;
163 out.writeInt(mDataType);
/frameworks/base/core/java/android/os/health/
H A DHealthKeys.java85 private final String mDataType; field in class:HealthKeys.Constants
94 mDataType = clazz.getSimpleName();
136 return mDataType;
H A DHealthStats.java93 private String mDataType; field in class:HealthStats
133 mDataType = in.readString();
193 return mDataType;
215 throw new IndexOutOfBoundsException("Bad timer key dataType=" + mDataType
230 throw new IndexOutOfBoundsException("Bad timer key dataType=" + mDataType
245 throw new IndexOutOfBoundsException("Bad timer key dataType=" + mDataType
287 throw new IndexOutOfBoundsException("Bad measurement key dataType=" + mDataType
329 throw new IndexOutOfBoundsException("Bad stats key dataType=" + mDataType
371 throw new IndexOutOfBoundsException("Bad timers key dataType=" + mDataType
413 throw new IndexOutOfBoundsException("Bad measurements key dataType=" + mDataType
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifTag.java93 private final short mDataType; field in class:ExifTag
130 mDataType = type;
190 return mDataType;
240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG &&
241 mDataType != TYPE_UNSIGNED_LONG) {
244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) {
246 } else if (mDataType == TYPE_UNSIGNED_LONG && checkOverflowForUnsignedLong(value)) {
287 if (checkBadComponentCount(value.length) || mDataType != TYPE_UNSIGNED_LONG) {
328 if (mDataType !
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileSignalController.java295 int typeIcon = showDataIcon ? icons.mDataType : 0;
560 final int mDataType; field in class:MobileSignalController.MobileIconGroup
571 mDataType = dataType;

Completed in 210 milliseconds