Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Images_ThumbnailsTest.java207 String imagePath = c.getString(c.getColumnIndex(Media.DATA)); in testQueryExternalMiniThumbnails() local
211 assertExists("image file does not exist", imagePath); in testQueryExternalMiniThumbnails()
222 assertNotExists("image file should no longer exist", imagePath); in testQueryExternalMiniThumbnails()
232 imagePath = c.getString(c.getColumnIndex(Media.DATA)); in testQueryExternalMiniThumbnails()
234 assertExists("image file does not exist", imagePath); in testQueryExternalMiniThumbnails()
237 assertNotExists("image file should no longer exist", imagePath); in testQueryExternalMiniThumbnails()