HomeSort by relevance Sort by last modified time
    Searched refs:origId (Results 1 - 19 of 19) sorted by null

  /frameworks/base/core/java/android/provider/
MediaStore.java 563 * @param origId original image or video id. use -1 to cancel all requests.
567 static void cancelThumbnailRequest(ContentResolver cr, long origId, Uri baseUri,
570 .appendQueryParameter("orig_id", String.valueOf(origId))
581 * This method ensure thumbnails associated with origId are generated and decode the byte
588 * @param origId original image or video id
595 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind,
599 // Log.v(TAG, "getThumbnail: origId="+origId+", kind="+kind+", isVideo="+isVideo);
606 long magic = thumbFile.getMagic(origId);
613 if (thumbFile.getMiniThumbFromFile(origId, sThumbBuf) != null)
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 138 public Bitmap getThumbnail(ContentResolver cr, long origId, int kind,
153 return Video.Thumbnails.getThumbnail(cr, origId, t.getId(),
156 return Images.Thumbnails.getThumbnail(cr, origId, t.getId(),
  /frameworks/base/services/java/com/android/server/search/
SearchManagerService.java 83 long origId = Binder.clearCallingIdentity();
89 Binder.restoreCallingIdentity(origId);
  /frameworks/base/services/java/com/android/server/am/
ActiveServices.java 285 final long origId = Binder.clearCallingIdentity();
289 Binder.restoreCallingIdentity(origId);
360 final long origId = Binder.clearCallingIdentity();
362 Binder.restoreCallingIdentity(origId);
371 final long origId = Binder.clearCallingIdentity();
406 Binder.restoreCallingIdentity(origId);
483 final long origId = Binder.clearCallingIdentity();
558 Binder.restoreCallingIdentity(origId);
565 final long origId = Binder.clearCallingIdentity();
609 Binder.restoreCallingIdentity(origId);
    [all...]
ActivityManagerService.java     [all...]
PendingIntentRecord.java 221 final long origId = Binder.clearCallingIdentity();
298 Binder.restoreCallingIdentity(origId);
ActivityStack.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 135 long origId = Binder.clearCallingIdentity();
138 Binder.restoreCallingIdentity(origId);
    [all...]
DevicePolicyManagerService.java     [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 2583 milliseconds