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