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/
DMediaStorePendingTest.java22 import static android.provider.cts.ProviderTestUtils.getRawFileHash;
150 getRawFileHash(rawFile); in verifySuccessfulImageInsertion()
174 getRawFileHash(pendingFile); in testSimple_Abandoned()
187 getRawFileHash(pendingFile); in testSimple_Abandoned()
DProviderTestUtils.java364 public static String getRawFileHash(File file) throws Exception { in getRawFileHash() method