Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DGalleryUtils.java320 public static String searchDirForPath(File dir, int bucketId) { in searchDirForPath() method in GalleryUtils
329 path = searchDirForPath(file, bucketId); in searchDirForPath()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalAlbum.java314 String path = GalleryUtils.searchDirForPath(extStorage, bucketId); in getRelativePath()