Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DHeifWriterTest.java145 String imageFilePath = in tearDown() local
148 File imageFile = new File(imageFilePath); in tearDown()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2786 final String imageFilePath = getFilePathFromUri(targetUri); in testDeferredScanHidesPartialDatabaseRows() local
2799 MediaStore.Files.FileColumns.DATA + "=?", new String[] {imageFilePath}, null)) { in testDeferredScanHidesPartialDatabaseRows() argument
2805 Log.i(TAG, "Verified that deferred scan on " + imageFilePath + " is complete" in testDeferredScanHidesPartialDatabaseRows()
2810 Log.i(TAG, "Verified that " + imageFilePath + " was excluded in default query"); in testDeferredScanHidesPartialDatabaseRows()