Searched refs:checkOverflowForUnsignedLong (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifTag.java246 } else if (mDataType == TYPE_UNSIGNED_LONG && checkOverflowForUnsignedLong(value)) {
290 if (checkOverflowForUnsignedLong(value)) {
921 private boolean checkOverflowForUnsignedLong(long[] value) { method in class:ExifTag
930 private boolean checkOverflowForUnsignedLong(int[] value) { method in class:ExifTag
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifTag.java246 } else if (mDataType == TYPE_UNSIGNED_LONG && checkOverflowForUnsignedLong(value)) {
290 if (checkOverflowForUnsignedLong(value)) {
921 private boolean checkOverflowForUnsignedLong(long[] value) { method in class:ExifTag
930 private boolean checkOverflowForUnsignedLong(int[] value) { method in class:ExifTag
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifTag.java246 } else if (mDataType == TYPE_UNSIGNED_LONG && checkOverflowForUnsignedLong(value)) {
290 if (checkOverflowForUnsignedLong(value)) {
921 private boolean checkOverflowForUnsignedLong(long[] value) { method in class:ExifTag
930 private boolean checkOverflowForUnsignedLong(int[] value) { method in class:ExifTag

Completed in 63 milliseconds