Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DGalleryAppImpl.java37 private static final String DOWNLOAD_FOLDER = "download"; field in GalleryAppImpl
93 File cacheDir = new File(getExternalCacheDir(), DOWNLOAD_FOLDER); in getDownloadCache()