HomeSort by relevance Sort by last modified time
    Searched defs:mDataType (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/app/backup/
RestoreDescription.java 35 private final int mDataType;
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/
BluetoothHealthAppConfiguration.java 32 private final int mDataType;
45 mDataType = dataType;
62 mDataType = dataType;
73 mDataType == config.getDataType() &&
84 result = 31 * result + mDataType;
93 ",mDataType = " + mDataType + ", mRole = " + mRole + ",mChannelType = " +
107 return mDataType;
161 out.writeInt(mDataType);
  /system/media/audio_utils/include/audio_utils/spdif/
FrameScanner.h 74 virtual int getDataType() const { return mDataType; }
102 int mDataType;
126 virtual int getDataType() const { return mDataType; }
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java 93 private final short mDataType;
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 != TYPE_ASCII && mDataType != TYPE_UNDEFINED)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java 93 private final short mDataType;
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 != TYPE_ASCII && mDataType != TYPE_UNDEFINED)
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 93 private final short mDataType;
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 != TYPE_ASCII && mDataType != TYPE_UNDEFINED)
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifTag.java 93 private final short mDataType;
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 != TYPE_ASCII && mDataType != TYPE_UNDEFINED)
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifTag.java 93 private final short mDataType;
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 != TYPE_ASCII && mDataType != TYPE_UNDEFINED)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 425 milliseconds