Searched refs:origId (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/provider/ |
D | MediaStore.java | 479 static void cancelThumbnailRequest(ContentResolver cr, long origId, Uri baseUri, in cancelThumbnailRequest() argument 482 .appendQueryParameter("orig_id", String.valueOf(origId)) in cancelThumbnailRequest() 507 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind, in getThumbnail() argument 518 long magic = thumbFile.getMagic(origId); in getThumbnail() 525 if (thumbFile.getMiniThumbFromFile(origId, sThumbBuf) != null) { in getThumbnail() 535 c = cr.query(baseUri, PROJECTION, column + origId, null, null); in getThumbnail() 546 .appendQueryParameter("orig_id", String.valueOf(origId)) in getThumbnail() 559 if (thumbFile.getMiniThumbFromFile(origId, sThumbBuf) != null) { in getThumbnail() 576 Log.v(TAG, "Create the thumbnail in memory: origId=" + origId in getThumbnail() 579 baseUri.buildUpon().appendPath(String.valueOf(origId)) in getThumbnail() [all …]
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityManagerService.java | 2262 final long origId = Binder.clearCallingIdentity(); in startNextMatchingActivity() local 2268 Binder.restoreCallingIdentity(origId); in startNextMatchingActivity() 2348 final long origId = Binder.clearCallingIdentity(); in setRequestedOrientation() local 2359 Binder.restoreCallingIdentity(origId); in setRequestedOrientation() 2406 final long origId = Binder.clearCallingIdentity(); in finishActivity() local 2409 Binder.restoreCallingIdentity(origId); in finishActivity() 2514 final long origId = Binder.clearCallingIdentity(); in finishSubActivity() local 2528 Binder.restoreCallingIdentity(origId); in finishSubActivity() 2556 final long origId = Binder.clearCallingIdentity(); in overridePendingTransition() local 2564 Binder.restoreCallingIdentity(origId); in overridePendingTransition() [all …]
|
D | PendingIntentRecord.java | 211 final long origId = Binder.clearCallingIdentity(); in sendInner() local 277 Binder.restoreCallingIdentity(origId); in sendInner()
|
D | ActivityStack.java | 2818 final long origId = Binder.clearCallingIdentity(); in startActivityMayWait() local 2906 Binder.restoreCallingIdentity(origId); in startActivityMayWait() 2965 final long origId = Binder.clearCallingIdentity(); in startActivities() local 3006 Binder.restoreCallingIdentity(origId); in startActivities() 3713 final long origId = Binder.clearCallingIdentity(); in activityDestroyed() local 3715 Binder.restoreCallingIdentity(origId); in activityDestroyed()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | WindowManagerService.java | 1978 long origId; in addWindow() local 2089 origId = Binder.clearCallingIdentity(); in addWindow() 2173 Binder.restoreCallingIdentity(origId); in addWindow() 2196 final long origId = Binder.clearCallingIdentity(); in removeWindowLocked() local 2244 Binder.restoreCallingIdentity(origId); in removeWindowLocked() 2258 Binder.restoreCallingIdentity(origId); in removeWindowLocked() 2369 long origId = Binder.clearCallingIdentity(); in setTransparentRegionWindow() local 2389 Binder.restoreCallingIdentity(origId); in setTransparentRegionWindow() 2396 long origId = Binder.clearCallingIdentity(); in setInsetsWindow() local 2416 Binder.restoreCallingIdentity(origId); in setInsetsWindow() [all …]
|
/frameworks/base/services/java/com/android/server/ |
D | WallpaperManagerService.java | 113 long origId = Binder.clearCallingIdentity(); 116 Binder.restoreCallingIdentity(origId);
|
D | PowerManagerService.java | 751 long origId = Binder.clearCallingIdentity(); in noteStartWakeLocked() local 762 Binder.restoreCallingIdentity(origId); in noteStartWakeLocked() 769 long origId = Binder.clearCallingIdentity(); in noteStopWakeLocked() local 780 Binder.restoreCallingIdentity(origId); in noteStopWakeLocked()
|
D | DevicePolicyManagerService.java | 1856 long origId = Binder.clearCallingIdentity(); in setGlobalProxy() local 1858 Binder.restoreCallingIdentity(origId); in setGlobalProxy()
|