Home
last modified time | relevance | path

Searched refs:isPngFormat (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DExifInterface.java2609 } else if (isPngFormat(signatureCheckBytes)) { in getMimeType()
2785 private boolean isPngFormat(byte[] signatureCheckBytes) throws IOException { in isPngFormat() method in ExifInterface