Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/media/
DMediaStorePendingTest.java21 import static android.provider.cts.ProviderTestUtils.getRawFileHash;
155 getRawFileHash(rawFile); in verifySuccessfulImageInsertion()
179 getRawFileHash(pendingFile); in testSimple_Abandoned()
192 getRawFileHash(pendingFile); in testSimple_Abandoned()
/cts/tests/tests/provider/src/android/provider/cts/
DProviderTestUtils.java486 public static String getRawFileHash(File file) throws Exception { in getRawFileHash() method