Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalAlbum.java313 File extStorage = Environment.getExternalStorageDirectory(); in getRelativePath() local
314 String path = GalleryUtils.searchDirForPath(extStorage, bucketId); in getRelativePath()
319 relativePath = path.substring(extStorage.getAbsolutePath().length()); in getRelativePath()