Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java89 import static android.scopedstorage.cts.lib.TestUtils.queryVideoFile;
3323 return queryImageFile(file).getCount() == 1 || queryVideoFile(file).getCount() == 1; in isMediaTypeImageOrVideo()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java899 public static Cursor queryVideoFile(File file, String... projection) { in queryVideoFile() method in TestUtils