Home
last modified time | relevance | path

Searched refs:mDataType (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifTag.java93 private final short mDataType; field in ExifTag
130 mDataType = type; in ExifTag()
190 return mDataType; in getDataType()
240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG && in setValue()
241 mDataType != TYPE_UNSIGNED_LONG) { in setValue()
244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) { in setValue()
246 } else if (mDataType == TYPE_UNSIGNED_LONG && checkOverflowForUnsignedLong(value)) { in setValue()
287 if (checkBadComponentCount(value.length) || mDataType != TYPE_UNSIGNED_LONG) { in setValue()
328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) { in setValue()
335 finalBuf = (buf[buf.length - 1] == 0 || mDataType == TYPE_UNDEFINED) ? buf : Arrays in setValue()
[all …]
/frameworks/base/core/java/android/app/backup/
DRestoreDescription.java36 private final int mDataType; field in RestoreDescription
60 + ((mDataType == TYPE_KEY_VALUE) ? "KEY_VALUE" : "STREAM") in toString()
69 mDataType = dataType; in RestoreDescription()
77 return mDataType; in getDataType()
91 out.writeInt(mDataType); in writeToParcel()
110 mDataType = in.readInt(); in RestoreDescription()
/frameworks/base/core/java/android/os/health/
DHealthStats.java94 private String mDataType; field in HealthStats
135 mDataType = in.readString(); in HealthStats()
195 return mDataType; in getDataType()
217 throw new IndexOutOfBoundsException("Bad timer key dataType=" + mDataType in getTimer()
232 throw new IndexOutOfBoundsException("Bad timer key dataType=" + mDataType in getTimerCount()
247 throw new IndexOutOfBoundsException("Bad timer key dataType=" + mDataType in getTimerTime()
289 throw new IndexOutOfBoundsException("Bad measurement key dataType=" + mDataType in getMeasurement()
331 throw new IndexOutOfBoundsException("Bad stats key dataType=" + mDataType in getStats()
373 throw new IndexOutOfBoundsException("Bad timers key dataType=" + mDataType in getTimers()
415 throw new IndexOutOfBoundsException("Bad measurements key dataType=" + mDataType in getMeasurements()
DHealthKeys.java85 private final String mDataType; field in HealthKeys.Constants
94 mDataType = clazz.getSimpleName(); in Constants()
136 return mDataType; in getDataType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java398 int typeIcon = (showDataIcon || mConfig.alwaysShowDataRatIcon) ? icons.mDataType : 0; in notifyListeners()
692 final int mDataType; field in MobileSignalController.MobileIconGroup
702 mDataType = dataType; in MobileIconGroup()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt4557 Landroid/app/backup/RestoreDescription;->mDataType:I
10470 Landroid/bluetooth/BluetoothHealthAppConfiguration;->mDataType:I
49939 Landroid/os/health/HealthKeys$Constants;->mDataType:Ljava/lang/String;
49964 Landroid/os/health/HealthStats;->mDataType:Ljava/lang/String;