Searched refs:EXIF_ASCII_PREFIX (Results 1 – 2 of 2) sorted by relevance
534 private static final byte[] EXIF_ASCII_PREFIX = new byte[] { field in ExifInterface747 if (numberOfComponents >= EXIF_ASCII_PREFIX.length) { in getValue()749 for (int i = 0; i < EXIF_ASCII_PREFIX.length; ++i) { in getValue()750 if (bytes[i] != EXIF_ASCII_PREFIX[i]) { in getValue()756 index = EXIF_ASCII_PREFIX.length; in getValue()
35912 Landroid/media/ExifInterface;->EXIF_ASCII_PREFIX:[B