Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java82 import static android.scopedstorage.cts.lib.TestUtils.queryImageFile;
3025 return queryImageFile(file).getCount() == 1 || queryVideoFile(file).getCount() == 1; in isMediaTypeImageOrVideo()
3029 final Cursor c = queryImageFile(file); in assertIsMediaTypeImage()
3034 final Cursor c = queryImageFile(file); in assertNotMediaTypeImage()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java737 public static Cursor queryImageFile(File file, String... projection) { in queryImageFile() method in TestUtils