Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DFingerprint.java44 private static final int FINGERPRINT_BYTE_LENGTH; field in Fingerprint
52 FINGERPRINT_BYTE_LENGTH = DIGESTER.getDigestLength();
54 + (FINGERPRINT_BYTE_LENGTH * 2);
68 if ((bytes == null) || (bytes.length != FINGERPRINT_BYTE_LENGTH)) { in Fingerprint()
112 byte[] bytes = new byte[FINGERPRINT_BYTE_LENGTH]; in fromStreamId()
181 for (int idx = 0; idx < FINGERPRINT_BYTE_LENGTH; idx++) { in appendHexFingerprint()