OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thumbpath
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java
161
String
thumbPath
= c.getString(c.getColumnIndex(Thumbnails.DATA));
162
assertTrue("thumbnail file does not exist", new File(
thumbPath
).exists());
177
assertFalse("thumbnail file should no longer exist", new File(
thumbPath
).exists());
205
thumbPath
= c2.getString(c2.getColumnIndex(Thumbnails.DATA));
206
assertTrue("thumbnail file does not exist", new File(
thumbPath
).exists());
214
assertFalse("thumbnail file should no longer exist", new File(
thumbPath
).exists());
Completed in 1826 milliseconds