Searched defs:TYPE_UNDEFINED (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DHandleMap.java30 public static final int TYPE_UNDEFINED = 0; field in class:HandleMap
37 int type = TYPE_UNDEFINED;
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DExifTag.java51 static final short TYPE_UNDEFINED = 7; field in class:ExifTag
76 TYPE_TO_SIZE_MAP[TYPE_UNDEFINED] = 1;
114 || type == TYPE_UNDEFINED
135 * @see #TYPE_UNDEFINED
173 * @see #TYPE_UNDEFINED
277 * <li>The data type is not {@link #TYPE_ASCII} or {@link #TYPE_UNDEFINED}.
283 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) {
291 (buf[buf.length - 1] == 0 || mDataType == TYPE_UNDEFINED)
339 * #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method will fail if:
343 * #TYPE_UNDEFINED}
[all...]
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifTag.java58 public static final short TYPE_UNDEFINED = 7; field in class:ExifTag
83 TYPE_TO_SIZE_MAP[TYPE_UNDEFINED] = 1;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
143 * @see #TYPE_UNDEFINED
183 * @see #TYPE_UNDEFINED
322 * <li>The data type is not {@link #TYPE_ASCII} or {@link #TYPE_UNDEFINED}.</li>
328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) {
335 finalBuf = (buf[buf.length - 1] == 0 || mDataType == TYPE_UNDEFINED) ? buf : Arrays
402 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
406 * {@link #TYPE_UNDEFINED}
[all...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifTag.java58 public static final short TYPE_UNDEFINED = 7; field in class:ExifTag
83 TYPE_TO_SIZE_MAP[TYPE_UNDEFINED] = 1;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
143 * @see #TYPE_UNDEFINED
183 * @see #TYPE_UNDEFINED
322 * <li>The data type is not {@link #TYPE_ASCII} or {@link #TYPE_UNDEFINED}.</li>
328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) {
335 finalBuf = (buf[buf.length - 1] == 0 || mDataType == TYPE_UNDEFINED) ? buf : Arrays
402 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
406 * {@link #TYPE_UNDEFINED}
[all...]
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifTag.java58 public static final short TYPE_UNDEFINED = 7; field in class:ExifTag
83 TYPE_TO_SIZE_MAP[TYPE_UNDEFINED] = 1;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
143 * @see #TYPE_UNDEFINED
183 * @see #TYPE_UNDEFINED
322 * <li>The data type is not {@link #TYPE_ASCII} or {@link #TYPE_UNDEFINED}.</li>
328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) {
335 finalBuf = (buf[buf.length - 1] == 0 || mDataType == TYPE_UNDEFINED) ? buf : Arrays
402 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
406 * {@link #TYPE_UNDEFINED}
[all...]

Completed in 170 milliseconds