Searched refs:queryImageFile (Results 1 – 2 of 2) sorted by relevance
88 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()
910 public static Cursor queryImageFile(File file, String... projection) { in queryImageFile() method in TestUtils