Searched refs:EXIF_ASCII_PREFIX (Results 1 – 2 of 2) sorted by relevance
656 private static final byte[] EXIF_ASCII_PREFIX = new byte[] { field in ExifInterface869 if (numberOfComponents >= EXIF_ASCII_PREFIX.length) { in getValue()871 for (int i = 0; i < EXIF_ASCII_PREFIX.length; ++i) { in getValue()872 if (bytes[i] != EXIF_ASCII_PREFIX[i]) { in getValue()878 index = EXIF_ASCII_PREFIX.length; in getValue()
25783 Landroid/media/ExifInterface;->EXIF_ASCII_PREFIX:[B