Searched refs:getBucketId (Results 1 – 9 of 9) sorted by relevance
31 public static final int CAMERA_BUCKET_ID = GalleryUtils.getBucketId(34 public static final int DOWNLOAD_BUCKET_ID = GalleryUtils.getBucketId(37 public static final int EDITED_ONLINE_PHOTOS_BUCKET_ID = GalleryUtils.getBucketId(40 public static final int IMPORTED_BUCKET_ID = GalleryUtils.getBucketId(43 public static final int SNAPSHOT_BUCKET_ID = GalleryUtils.getBucketId(
314 public static int getBucketId(String path) { in getBucketId() method in GalleryUtils326 if (GalleryUtils.getBucketId(path) == bucketId) { in searchDirForPath()
139 int oldBucketId = GalleryUtils.getBucketId(oldPath); in updatePath()142 int newBucketId = GalleryUtils.getBucketId(path); in updatePath()161 int newBucketId = GalleryUtils.getBucketId(newPath); in updateEntryUsingRelativePath()
137 getBucketId(CAMERA_IMAGE_BUCKET_NAME);143 public static String getBucketId(String path) { in getBucketId() method in ImageManager
72 public int getBucketId() { in getBucketId() method in LocalMediaItem
186 String.valueOf(((LocalMediaItem) object).getBucketId())); in getDefaultSetOf()
198 return GalleryUtils.getBucketId(downloadsPath); in getDownloadBucketId()
750 if (item.getBucketId() != MediaSetUtils.CAMERA_BUCKET_ID) return false; in isTemporaryItem()
1398 int bucketId = GalleryUtils.getBucketId(saveDir.getPath()); in saveImage()