HomeSort by relevance Sort by last modified time
    Searched defs:bucketId (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalMediaItem.java 46 public int bucketId;
73 return bucketId;
LocalSource.java 35 public static final String KEY_BUCKET_ID = "bucketId";
95 int bucketId = mMatcher.getIntVar(0);
98 LocalAlbumSet.PATH_IMAGE.getChild(bucketId));
100 LocalAlbumSet.PATH_VIDEO.getChild(bucketId));
103 path, comp, new MediaSet[] {imageSet, videoSet}, bucketId);
135 String bucketId = uri.getQueryParameter(KEY_BUCKET_ID);
138 id = Integer.parseInt(bucketId);
140 Log.w(TAG, "invalid bucket id: " + bucketId, e);
LocalAlbumSet.java 180 private static int findBucket(BucketEntry entries[], int bucketId) {
182 if (entries[i].bucketId == bucketId) return i;
214 mType, mPath, entry.bucketId, entry.bucketName);
242 public static String getBucketName(ContentResolver resolver, int bucketId) {
249 new String[]{String.valueOf(bucketId)}, null);
313 public int bucketId;
316 bucketId = id;
322 return bucketId;
329 return bucketId == entry.bucketId
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
GalleryWidgetMigrator.java 87 int bucketId = Integer.parseInt(path.getSuffix());
88 localEntries.put(bucketId, entry);
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 288 String bucketId = param.mBucketId;
308 l.add(new ImageList(cr, STORAGE_URI, sort, bucketId));
311 l.add(new VideoList(cr, VIDEO_STORAGE_URI, sort, bucketId));
317 Images.Media.INTERNAL_CONTENT_URI, sort, bucketId));
321 cr, DrmStore.Images.CONTENT_URI, sort, bucketId));
364 String bucketId = uri.getQueryParameter("bucketId");
366 bucketId);
415 int inclusion, int sort, String bucketId) {
420 param.mBucketId = bucketId;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 

Completed in 106 milliseconds