Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DHeifWriterTest.java157 String imageFilePath = in tearDown() local
160 File imageFile = new File(imageFilePath); in tearDown()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java3022 final String imageFilePath = getFilePathFromUri(targetUri); in testDeferredScanHidesPartialDatabaseRows() local
3035 MediaStore.Files.FileColumns.DATA + "=?", new String[] {imageFilePath}, null)) { in testDeferredScanHidesPartialDatabaseRows() argument
3041 Log.i(TAG, "Verified that deferred scan on " + imageFilePath + " is complete" in testDeferredScanHidesPartialDatabaseRows()
3046 Log.i(TAG, "Verified that " + imageFilePath + " was excluded in default query"); in testDeferredScanHidesPartialDatabaseRows()