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

/frameworks/base/core/java/android/provider/
H A DMediaStore.java658 * @param origId original image or video id. use -1 to cancel all requests.
662 static void cancelThumbnailRequest(ContentResolver cr, long origId, Uri baseUri, argument
665 .appendQueryParameter("orig_id", String.valueOf(origId))
677 * This method ensure thumbnails associated with origId are generated and decode the byte
684 * @param origId original image or video id
691 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind, argument
694 // Log.v(TAG, "getThumbnail: origId="+origId+", kind="+kind+", isVideo="+isVideo);
701 long magic = thumbFile.getMagic(origId);
708 if (thumbFile.getMiniThumbFromFile(origId, sThumbBu
1074 queryMiniThumbnail(ContentResolver cr, long origId, int kind, String[] projection) argument
1089 cancelThumbnailRequest(ContentResolver cr, long origId) argument
1105 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
1121 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
1137 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2147 cancelThumbnailRequest(ContentResolver cr, long origId) argument
2163 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
2182 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2197 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DInputContentUriTokenHandler.java78 long origId = Binder.clearCallingIdentity();
88 Binder.restoreCallingIdentity(origId);
H A DLockSettingsService.java1745 final long origId = Binder.clearCallingIdentity();
1750 Binder.restoreCallingIdentity(origId);
/frameworks/base/services/core/java/com/android/server/wm/
H A DDragAndDropPermissionsHandler.java71 long origId = Binder.clearCallingIdentity();
79 Binder.restoreCallingIdentity(origId);
H A DWindowManagerService.java1182 long origId;
1425 origId = Binder.clearCallingIdentity();
1553 Binder.restoreCallingIdentity(origId);
1797 long origId = Binder.clearCallingIdentity();
1809 Binder.restoreCallingIdentity(origId);
1815 long origId = Binder.clearCallingIdentity();
1840 Binder.restoreCallingIdentity(origId);
1896 long origId = Binder.clearCallingIdentity();
2024 Binder.restoreCallingIdentity(origId);
2186 Binder.restoreCallingIdentity(origId);
[all...]
H A DAppWindowToken.java1182 final long origId = Binder.clearCallingIdentity();
1228 Binder.restoreCallingIdentity(origId);
H A DWindowState.java1778 final long origId = Binder.clearCallingIdentity();
1817 Binder.restoreCallingIdentity(origId);
1831 Binder.restoreCallingIdentity(origId);
1850 Binder.restoreCallingIdentity(origId);
1884 Binder.restoreCallingIdentity(origId);
1896 Binder.restoreCallingIdentity(origId);
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmTestBase.java88 final long origId = serviceContext.binder.clearCallingIdentity();
98 serviceContext.binder.restoreCallingIdentity(origId);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4851 final long origId = Binder.clearCallingIdentity();
4857 Binder.restoreCallingIdentity(origId);
4875 final long origId = Binder.clearCallingIdentity();
4881 Binder.restoreCallingIdentity(origId);
4945 final long origId = Binder.clearCallingIdentity();
4949 Binder.restoreCallingIdentity(origId);
4972 final long origId = Binder.clearCallingIdentity();
4978 Binder.restoreCallingIdentity(origId);
5039 final long origId = Binder.clearCallingIdentity();
5064 Binder.restoreCallingIdentity(origId);
[all...]
H A DPendingIntentRecord.java290 final long origId = Binder.clearCallingIdentity();
399 Binder.restoreCallingIdentity(origId);
H A DActiveServices.java601 final long origId = Binder.clearCallingIdentity();
605 Binder.restoreCallingIdentity(origId);
721 final long origId = Binder.clearCallingIdentity();
723 Binder.restoreCallingIdentity(origId);
732 final long origId = Binder.clearCallingIdentity();
739 Binder.restoreCallingIdentity(origId);
1374 final long origId = Binder.clearCallingIdentity();
1486 Binder.restoreCallingIdentity(origId);
1493 final long origId = Binder.clearCallingIdentity();
1533 Binder.restoreCallingIdentity(origId);
[all...]
H A DActivityStarter.java758 final long origId = Binder.clearCallingIdentity();
831 Binder.restoreCallingIdentity(origId);
915 final long origId = Binder.clearCallingIdentity();
963 Binder.restoreCallingIdentity(origId);
H A DAppErrors.java319 final long origId = Binder.clearCallingIdentity();
323 Binder.restoreCallingIdentity(origId);
H A DActivityStackSupervisor.java4704 final long origId = Binder.clearCallingIdentity();
4715 Binder.restoreCallingIdentity(origId);
4727 long origId = Binder.clearCallingIdentity();
4732 Binder.restoreCallingIdentity(origId);
4878 final long origId = Binder.clearCallingIdentity();
4882 Binder.restoreCallingIdentity(origId);
H A DActivityStack.java3897 final long origId = Binder.clearCallingIdentity();
3932 Binder.restoreCallingIdentity(origId);
4281 final long origId = Binder.clearCallingIdentity();
4297 Binder.restoreCallingIdentity(origId);
/frameworks/base/services/core/java/com/android/server/clipboard/
H A DClipboardService.java388 final long origId = Binder.clearCallingIdentity();
395 Binder.restoreCallingIdentity(origId);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java5685 long origId = mInjector.binderClearCallingIdentity();
5689 mInjector.binderRestoreCallingIdentity(origId);

Completed in 1354 milliseconds