Searched refs:getImageHash (Results 1 – 9 of 9) sorted by relevance
156 String hash = artwork.getImageHash(); in testGetImageHash()166 String hash = artwork.getImageHash(); in testGetImageHashSameForMultipleCalls()168 assertThat(artwork.getImageHash()).isEqualTo(hash); // extra call 1 in testGetImageHashSameForMultipleCalls()169 assertThat(artwork.getImageHash()).isEqualTo(hash); // extra call 2 in testGetImageHashSameForMultipleCalls()179 String hash = artwork.getImageHash(); in testGetImageHashSameForSameImages()180 String hash2 = artwork2.getImageHash(); in testGetImageHashSameForSameImages()194 String hash = artwork.getImageHash(); in testGetImageHashDifferentForDifferentImages()195 String hash2 = artwork2.getImageHash(); in testGetImageHashDifferentForDifferentImages()
109 displayHash.getImageHash(), displayHash.getHmac()); in onVerifyDisplayHash()114 displayHash.getImageHash()); in onVerifyDisplayHash()
75 String hash = coverArt.getImageHash(); in storeImage()143 mImageHandles.remove(coverArt.getImageHash()); in trimToSize()
74 assertEquals(DisplayHash.getImageHash(), verifiedDisplayHash.getImageHash()); in testOnGenerateAndOnVerifyDisplayHash()
132 public byte[] getImageHash() { in getImageHash() method in DisplayHash
160 public @NonNull byte[] getImageHash() { in getImageHash() method in VerifiedDisplayHash
91 public String getImageHash() { in getImageHash() method in CoverArt
14515 method @NonNull public byte[] getImageHash();
51732 method @NonNull public byte[] getImageHash();