Home
last modified time | relevance | path

Searched refs:origId (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAppTaskImpl.java62 long origId = Binder.clearCallingIdentity(); in finishAndRemoveTask() local
70 Binder.restoreCallingIdentity(origId); in finishAndRemoveTask()
80 long origId = Binder.clearCallingIdentity(); in getTaskInfo() local
89 Binder.restoreCallingIdentity(origId); in getTaskInfo()
106 final long origId = Binder.clearCallingIdentity(); in moveToFront() local
129 Binder.restoreCallingIdentity(origId); in moveToFront()
168 long origId = Binder.clearCallingIdentity(); in setExcludeFromRecents() local
183 Binder.restoreCallingIdentity(origId); in setExcludeFromRecents()
DActivityTaskManagerService.java1185 final long origId = Binder.clearCallingIdentity(); in startNextMatchingActivity() local
1202 Binder.restoreCallingIdentity(origId); in startNextMatchingActivity()
1469 final long origId = Binder.clearCallingIdentity(); in startRecentsActivity() local
1487 Binder.restoreCallingIdentity(origId); in startRecentsActivity()
1499 final long origId = Binder.clearCallingIdentity(); in startActivityFromRecents() local
1506 Binder.restoreCallingIdentity(origId); in startActivityFromRecents()
1527 final long origId = Binder.clearCallingIdentity(); in isActivityStartAllowedOnDisplay() local
1542 Binder.restoreCallingIdentity(origId); in isActivityStartAllowedOnDisplay()
1609 final long origId = Binder.clearCallingIdentity(); in finishActivity() local
1637 Binder.restoreCallingIdentity(origId); in finishActivity()
[all …]
DDragAndDropPermissionsHandler.java75 long origId = Binder.clearCallingIdentity(); in doTake() local
83 Binder.restoreCallingIdentity(origId); in doTake()
DWindowManagerService.java1253 long origId; in addWindow() local
1504 origId = Binder.clearCallingIdentity(); in addWindow()
1635 Binder.restoreCallingIdentity(origId); in addWindow()
1889 long origId = Binder.clearCallingIdentity(); in setTransparentRegionWindow() local
1901 Binder.restoreCallingIdentity(origId); in setTransparentRegionWindow()
1907 long origId = Binder.clearCallingIdentity(); in setInsetsWindow() local
1939 Binder.restoreCallingIdentity(origId); in setInsetsWindow()
2001 long origId = Binder.clearCallingIdentity(); in relayoutWindow() local
2175 Binder.restoreCallingIdentity(origId); in relayoutWindow()
2321 Binder.restoreCallingIdentity(origId); in relayoutWindow()
[all …]
DActivityStartController.java375 final long origId = Binder.clearCallingIdentity(); in startActivities() local
445 Binder.restoreCallingIdentity(origId); in startActivities()
DActivityStack.java4319 final long origId = Binder.clearCallingIdentity(); in navigateUpToLocked() local
4363 Binder.restoreCallingIdentity(origId); in navigateUpToLocked()
4711 final long origId = Binder.clearCallingIdentity(); in activityDestroyedLocked() local
4715 Binder.restoreCallingIdentity(origId); in activityDestroyedLocked()
DAppWindowToken.java1535 final long origId = Binder.clearCallingIdentity(); in transferStartingWindow() local
1587 Binder.restoreCallingIdentity(origId); in transferStartingWindow()
DActivityStarter.java1234 final long origId = Binder.clearCallingIdentity(); in startActivityMayWait() local
1305 Binder.restoreCallingIdentity(origId); in startActivityMayWait()
DWindowState.java1989 final long origId = Binder.clearCallingIdentity(); in removeIfPossible() local
2102 Binder.restoreCallingIdentity(origId); in removeIfPossible()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputContentUriTokenHandler.java76 long origId = Binder.clearCallingIdentity(); in doTakeLocked() local
86 Binder.restoreCallingIdentity(origId); in doTakeLocked()
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerService.java187 long origId = Binder.clearCallingIdentity(); in runForUserLocked() local
194 Binder.restoreCallingIdentity(origId); in runForUserLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmTestBase.java102 final long origId = serviceContext.binder.clearCallingIdentity(); in runAsCaller() local
111 serviceContext.binder.restoreCallingIdentity(origId); in runAsCaller()
/frameworks/base/core/java/android/provider/
DMediaStore.java1867 public static final Cursor queryMiniThumbnail(ContentResolver cr, long origId, int kind, in queryMiniThumbnail() argument
1870 IMAGE_ID + " = " + origId + " AND " + KIND + " = " + in queryMiniThumbnail()
1888 public static void cancelThumbnailRequest(ContentResolver cr, long origId) { in cancelThumbnailRequest() argument
1890 Images.Media.EXTERNAL_CONTENT_URI, origId); in cancelThumbnailRequest()
1931 public static void cancelThumbnailRequest(ContentResolver cr, long origId, in cancelThumbnailRequest() argument
1933 cancelThumbnailRequest(cr, origId); in cancelThumbnailRequest()
3088 public static void cancelThumbnailRequest(ContentResolver cr, long origId) { in cancelThumbnailRequest() argument
3090 Video.Media.EXTERNAL_CONTENT_URI, origId); in cancelThumbnailRequest()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java783 final long origId = Binder.clearCallingIdentity(); in stopServiceLocked() local
787 Binder.restoreCallingIdentity(origId); in stopServiceLocked()
921 final long origId = Binder.clearCallingIdentity(); in stopServiceTokenLocked() local
923 Binder.restoreCallingIdentity(origId); in stopServiceTokenLocked()
932 final long origId = Binder.clearCallingIdentity(); in setServiceForegroundLocked() local
939 Binder.restoreCallingIdentity(origId); in setServiceForegroundLocked()
951 final long origId = Binder.clearCallingIdentity(); in getForegroundServiceTypeLocked() local
959 Binder.restoreCallingIdentity(origId); in getForegroundServiceTypeLocked()
1746 final long origId = Binder.clearCallingIdentity(); in bindServiceLocked() local
1863 Binder.restoreCallingIdentity(origId); in bindServiceLocked()
[all …]
DPendingIntentRecord.java359 final long origId = Binder.clearCallingIdentity(); in sendInner() local
469 Binder.restoreCallingIdentity(origId); in sendInner()
DActivityManagerService.java5220 final long origId = Binder.clearCallingIdentity(); in attachApplication() local
5222 Binder.restoreCallingIdentity(origId); in attachApplication()
6862 final long origId = Binder.clearCallingIdentity(); in getContentProviderImpl() local
6923 Binder.restoreCallingIdentity(origId); in getContentProviderImpl()
7055 final long origId = Binder.clearCallingIdentity(); in getContentProviderImpl() local
7105 Binder.restoreCallingIdentity(origId); in getContentProviderImpl()
7390 final long origId = Binder.clearCallingIdentity(); in publishContentProviders() local
7440 Binder.restoreCallingIdentity(origId); in publishContentProviders()
8507 final long origId = Binder.clearCallingIdentity(); in setHasTopUi() local
8531 Binder.restoreCallingIdentity(origId); in setHasTopUi()
[all …]
DAppErrors.java402 final long origId = Binder.clearCallingIdentity(); in crashApplication() local
406 Binder.restoreCallingIdentity(origId); in crashApplication()
/frameworks/base/services/core/java/com/android/server/clipboard/
DClipboardService.java480 final long origId = Binder.clearCallingIdentity(); in getRelatedProfiles() local
487 Binder.restoreCallingIdentity(origId); in getRelatedProfiles()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2209 final long origId = Binder.clearCallingIdentity(); in onShellCommand() local
2214 Binder.restoreCallingIdentity(origId); in onShellCommand()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java6938 long origId = mInjector.binderClearCallingIdentity(); in setGlobalProxy() local
6942 mInjector.binderRestoreCallingIdentity(origId); in setGlobalProxy()
14115 long origId = mInjector.binderClearCallingIdentity(); in putPrivateDnsSettings() local
14120 mInjector.binderRestoreCallingIdentity(origId); in putPrivateDnsSettings()