Searched refs:getAlbumPath (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalSource.java131 private Path getAlbumPath(Uri uri, int defaultType) { method in class:LocalSource
166 return getAlbumPath(uri, MEDIA_TYPE_IMAGE);
169 return getAlbumPath(uri, MEDIA_TYPE_VIDEO);
172 return getAlbumPath(uri, MEDIA_TYPE_ALL);

Completed in 35 milliseconds