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

  /frameworks/base/core/java/android/provider/
MediaStore.java 636 * @param origId original image or video id. use -1 to cancel all requests.
640 static void cancelThumbnailRequest(ContentResolver cr, long origId, Uri baseUri,
643 .appendQueryParameter("orig_id", String.valueOf(origId))
655 * This method ensure thumbnails associated with origId are generated and decode the byte
662 * @param origId original image or video id
669 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind,
672 // Log.v(TAG, "getThumbnail: origId="+origId+", kind="+kind+", isVideo="+isVideo);
679 long magic = thumbFile.getMagic(origId);
686 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/core/java/com/android/server/search/
SearchManagerService.java 87 long origId = Binder.clearCallingIdentity();
93 Binder.restoreCallingIdentity(origId);
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 246 final long origId = Binder.clearCallingIdentity();
324 Binder.restoreCallingIdentity(origId);
ActivityManagerService.java     [all...]
ActiveServices.java 498 final long origId = Binder.clearCallingIdentity();
502 Binder.restoreCallingIdentity(origId);
577 final long origId = Binder.clearCallingIdentity();
579 Binder.restoreCallingIdentity(origId);
588 final long origId = Binder.clearCallingIdentity();
626 Binder.restoreCallingIdentity(origId);
760 final long origId = Binder.clearCallingIdentity();
    [all...]
ActivityStackSupervisor.java     [all...]
ActivityStack.java     [all...]
  /frameworks/base/services/core/java/com/android/server/clipboard/
ClipboardService.java 206 final long origId = Binder.clearCallingIdentity();
213 Binder.restoreCallingIdentity(origId);
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java 292 long origId = Long.parseLong(url[i].getLastPathSegment());
294 origId, Thumbnails.MICRO_KIND, null);
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 142 long origId = Binder.clearCallingIdentity();
145 Binder.restoreCallingIdentity(origId);
    [all...]
  /external/tcpdump/
print-domain.c 563 printf(" origid=%u", EXTRACT_16BITS(cp));
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /prebuilts/sdk/21/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]

Completed in 1631 milliseconds