Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java88 import static android.scopedstorage.cts.lib.TestUtils.queryImageFile;
3323 return queryImageFile(file).getCount() == 1 || queryVideoFile(file).getCount() == 1; in isMediaTypeImageOrVideo()
3327 final Cursor c = queryImageFile(file); in assertIsMediaTypeImage()
3332 final Cursor c = queryImageFile(file); in assertNotMediaTypeImage()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java910 public static Cursor queryImageFile(File file, String... projection) { in queryImageFile() method in TestUtils