Searched refs:origId (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/provider/ |
D | MediaStore.java | 567 static void cancelThumbnailRequest(ContentResolver cr, long origId, Uri baseUri, in cancelThumbnailRequest() argument 570 .appendQueryParameter("orig_id", String.valueOf(origId)) in cancelThumbnailRequest() 595 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind, in getThumbnail() argument 606 long magic = thumbFile.getMagic(origId); in getThumbnail() 613 if (thumbFile.getMiniThumbFromFile(origId, sThumbBuf) != null) { in getThumbnail() 623 c = cr.query(baseUri, PROJECTION, column + origId, null, null); in getThumbnail() 634 .appendQueryParameter("orig_id", String.valueOf(origId)) in getThumbnail() 647 if (thumbFile.getMiniThumbFromFile(origId, sThumbBuf) != null) { in getThumbnail() 664 Log.v(TAG, "Create the thumbnail in memory: origId=" + origId in getThumbnail() 667 baseUri.buildUpon().appendPath(String.valueOf(origId)) in getThumbnail() [all …]
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActiveServices.java | 285 final long origId = Binder.clearCallingIdentity(); in stopServiceLocked() local 289 Binder.restoreCallingIdentity(origId); in stopServiceLocked() 360 final long origId = Binder.clearCallingIdentity(); in stopServiceTokenLocked() local 362 Binder.restoreCallingIdentity(origId); in stopServiceTokenLocked() 371 final long origId = Binder.clearCallingIdentity(); in setServiceForegroundLocked() local 406 Binder.restoreCallingIdentity(origId); in setServiceForegroundLocked() 483 final long origId = Binder.clearCallingIdentity(); in bindServiceLocked() local 558 Binder.restoreCallingIdentity(origId); in bindServiceLocked() 565 final long origId = Binder.clearCallingIdentity(); in publishServiceLocked() local 609 Binder.restoreCallingIdentity(origId); in publishServiceLocked() [all …]
|
D | ActivityManagerService.java | 2689 final long origId = Binder.clearCallingIdentity(); in startNextMatchingActivity() local 2694 Binder.restoreCallingIdentity(origId); in startNextMatchingActivity() 2774 final long origId = Binder.clearCallingIdentity(); in setRequestedOrientation() local 2785 Binder.restoreCallingIdentity(origId); in setRequestedOrientation() 2833 final long origId = Binder.clearCallingIdentity(); in finishActivity() local 2836 Binder.restoreCallingIdentity(origId); in finishActivity() 2937 final long origId = Binder.clearCallingIdentity(); in finishSubActivity() local 2939 Binder.restoreCallingIdentity(origId); in finishSubActivity() 2945 final long origId = Binder.clearCallingIdentity(); in finishActivityAffinity() local 2947 Binder.restoreCallingIdentity(origId); in finishActivityAffinity() [all …]
|
D | PendingIntentRecord.java | 221 final long origId = Binder.clearCallingIdentity(); in sendInner() local 298 Binder.restoreCallingIdentity(origId); in sendInner()
|
D | ActivityStack.java | 3135 final long origId = Binder.clearCallingIdentity(); in startActivityMayWait() local 3224 Binder.restoreCallingIdentity(origId); in startActivityMayWait() 3284 final long origId = Binder.clearCallingIdentity(); in startActivities() local 3333 Binder.restoreCallingIdentity(origId); in startActivities() 4173 final long origId = Binder.clearCallingIdentity(); in activityDestroyed() local 4189 Binder.restoreCallingIdentity(origId); in activityDestroyed()
|
/frameworks/base/services/java/com/android/server/search/ |
D | SearchManagerService.java | 83 long origId = Binder.clearCallingIdentity(); in getSearchables() local 89 Binder.restoreCallingIdentity(origId); in getSearchables()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | WindowManagerService.java | 2069 long origId; in addWindow() local 2196 origId = Binder.clearCallingIdentity(); in addWindow() 2298 Binder.restoreCallingIdentity(origId); in addWindow() 2321 final long origId = Binder.clearCallingIdentity(); in removeWindowLocked() local 2374 Binder.restoreCallingIdentity(origId); in removeWindowLocked() 2386 Binder.restoreCallingIdentity(origId); in removeWindowLocked() 2536 long origId = Binder.clearCallingIdentity(); in setTransparentRegionWindow() local 2545 Binder.restoreCallingIdentity(origId); in setTransparentRegionWindow() 2552 long origId = Binder.clearCallingIdentity(); in setInsetsWindow() local 2572 Binder.restoreCallingIdentity(origId); in setInsetsWindow() [all …]
|
/frameworks/base/services/java/com/android/server/ |
D | WallpaperManagerService.java | 135 long origId = Binder.clearCallingIdentity(); in onEvent() local 138 Binder.restoreCallingIdentity(origId); in onEvent()
|
D | DevicePolicyManagerService.java | 2104 long origId = Binder.clearCallingIdentity(); in setGlobalProxy() local 2106 Binder.restoreCallingIdentity(origId); in setGlobalProxy()
|