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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DServiceDeclaration.java28 public static final byte TYPE_UNDEFINED = 0; field in class:ServiceDeclaration
35 byte type = TYPE_UNDEFINED;
H A DHandleMap.java30 public static final int TYPE_UNDEFINED = 0; field in class:HandleMap
37 int type = TYPE_UNDEFINED;
/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/Launcher3/WallpaperPicker/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/Mms/src/com/android/mms/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 1158 milliseconds