Searched refs:origId (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DMediaStore.java605 * @param origId original image or video id. use -1 to cancel all requests.
609 static void cancelThumbnailRequest(ContentResolver cr, long origId, Uri baseUri, argument
612 .appendQueryParameter("orig_id", String.valueOf(origId))
624 * This method ensure thumbnails associated with origId are generated and decode the byte
631 * @param origId original image or video id
638 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind, argument
641 // Log.v(TAG, "getThumbnail: origId="+origId+", kind="+kind+", isVideo="+isVideo);
648 long magic = thumbFile.getMagic(origId);
655 if (thumbFile.getMiniThumbFromFile(origId, sThumbBu
1021 queryMiniThumbnail(ContentResolver cr, long origId, int kind, String[] projection) argument
1036 cancelThumbnailRequest(ContentResolver cr, long origId) argument
1052 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
1068 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
1084 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2079 cancelThumbnailRequest(ContentResolver cr, long origId) argument
2095 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
2114 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2129 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
[all...]
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchManagerService.java85 long origId = Binder.clearCallingIdentity();
91 Binder.restoreCallingIdentity(origId);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java2283 long origId;
2456 origId = Binder.clearCallingIdentity();
2560 Binder.restoreCallingIdentity(origId);
2612 final long origId = Binder.clearCallingIdentity();
2670 Binder.restoreCallingIdentity(origId);
2682 Binder.restoreCallingIdentity(origId);
2830 long origId = Binder.clearCallingIdentity();
2839 Binder.restoreCallingIdentity(origId);
2846 long origId = Binder.clearCallingIdentity();
2869 Binder.restoreCallingIdentity(origId);
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3613 final long origId = Binder.clearCallingIdentity();
3618 Binder.restoreCallingIdentity(origId);
4234 final long origId = Binder.clearCallingIdentity();
4244 Binder.restoreCallingIdentity(origId);
4316 final long origId = Binder.clearCallingIdentity();
4336 Binder.restoreCallingIdentity(origId);
4435 final long origId = Binder.clearCallingIdentity();
4440 Binder.restoreCallingIdentity(origId);
4447 final long origId = Binder.clearCallingIdentity();
4465 Binder.restoreCallingIdentity(origId);
[all...]
H A DPendingIntentRecord.java224 final long origId = Binder.clearCallingIdentity();
303 Binder.restoreCallingIdentity(origId);
H A DActiveServices.java488 final long origId = Binder.clearCallingIdentity();
492 Binder.restoreCallingIdentity(origId);
567 final long origId = Binder.clearCallingIdentity();
569 Binder.restoreCallingIdentity(origId);
578 final long origId = Binder.clearCallingIdentity();
616 Binder.restoreCallingIdentity(origId);
750 final long origId = Binder.clearCallingIdentity();
851 Binder.restoreCallingIdentity(origId);
858 final long origId = Binder.clearCallingIdentity();
898 Binder.restoreCallingIdentity(origId);
[all...]
H A DActivityStackSupervisor.java881 final long origId = Binder.clearCallingIdentity();
957 Binder.restoreCallingIdentity(origId);
1029 final long origId = Binder.clearCallingIdentity();
1079 Binder.restoreCallingIdentity(origId);
3739 final long origId = Binder.clearCallingIdentity();
3750 Binder.restoreCallingIdentity(origId);
3766 long origId = Binder.clearCallingIdentity();
3771 Binder.restoreCallingIdentity(origId);
3925 final long origId = Binder.clearCallingIdentity();
3929 Binder.restoreCallingIdentity(origId);
[all...]
H A DActivityStack.java2911 final long origId = Binder.clearCallingIdentity();
2945 Binder.restoreCallingIdentity(origId);
3253 final long origId = Binder.clearCallingIdentity();
3269 Binder.restoreCallingIdentity(origId);
/frameworks/base/services/core/java/com/android/server/clipboard/
H A DClipboardService.java206 final long origId = Binder.clearCallingIdentity();
213 Binder.restoreCallingIdentity(origId);
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java140 long origId = Binder.clearCallingIdentity();
143 Binder.restoreCallingIdentity(origId);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java3282 long origId = Binder.clearCallingIdentity();
3286 Binder.restoreCallingIdentity(origId);

Completed in 241 milliseconds