Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalAlbum.java286 } else if (bucketId == MediaSetUtils.IMPORTED_BUCKET_ID) { in getLocalizedName()
304 } else if (bucketId == MediaSetUtils.IMPORTED_BUCKET_ID) { in getRelativePath()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DMediaSetUtils.java40 public static final int IMPORTED_BUCKET_ID = GalleryUtils.getBucketId( field in MediaSetUtils