/frameworks/base/core/java/android/os/ |
D | Binder.java | 354 long callingIdentity = clearCallingIdentity(); in withCleanCallingIdentity() local 361 restoreCallingIdentity(callingIdentity); in withCleanCallingIdentity() 378 long callingIdentity = clearCallingIdentity(); in withCleanCallingIdentity() local 386 restoreCallingIdentity(callingIdentity); in withCleanCallingIdentity()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DpmMockContext.java | 116 long callingIdentity = clearCallingIdentity(); in withCleanCallingIdentity() local 123 restoreCallingIdentity(callingIdentity); in withCleanCallingIdentity()
|
/frameworks/base/services/core/java/com/android/server/ |
D | GraphicsStatsService.java | 170 long callingIdentity = Binder.clearCallingIdentity(); in requestBufferForProcess() local 184 Binder.restoreCallingIdentity(callingIdentity); in requestBufferForProcess()
|
D | BluetoothManagerService.java | 500 long callingIdentity = Binder.clearCallingIdentity(); in persistBluetoothSetting() local 502 Binder.restoreCallingIdentity(callingIdentity); in persistBluetoothSetting() 2094 long callingIdentity = Binder.clearCallingIdentity(); in checkIfCallerIsForegroundUser() local 2110 Binder.restoreCallingIdentity(callingIdentity); in checkIfCallerIsForegroundUser() 2344 long callingIdentity = Binder.clearCallingIdentity(); in isBluetoothDisallowed() local 2349 Binder.restoreCallingIdentity(callingIdentity); in isBluetoothDisallowed()
|
D | TelephonyRegistry.java | 2312 long callingIdentity = Binder.clearCallingIdentity(); in validateEventsAndUserLocked() local 2324 Binder.restoreCallingIdentity(callingIdentity); in validateEventsAndUserLocked()
|
/frameworks/base/services/companion/java/com/android/server/companion/ |
D | CompanionDeviceManagerService.java | 246 final long callingIdentity = Binder.clearCallingIdentity(); in associate() local 254 Binder.restoreCallingIdentity(callingIdentity); in associate()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | RootWindowContainer.java | 498 final long callingIdentity = Binder.clearCallingIdentity(); in reclaimSomeSurfaceMemory() local 558 Binder.restoreCallingIdentity(callingIdentity); in reclaimSomeSurfaceMemory()
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricServiceBase.java | 1296 final long callingIdentity = Binder.clearCallingIdentity(); in getEffectiveUserId() local 1298 Binder.restoreCallingIdentity(callingIdentity); in getEffectiveUserId()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 7384 final long callingIdentity = mInjector.binderClearCallingIdentity(); in requestBugreport() local 7408 mInjector.binderRestoreCallingIdentity(callingIdentity); in requestBugreport() 12860 final long callingIdentity = mInjector.binderClearCallingIdentity(); in isCurrentUserDemo() local 12864 mInjector.binderRestoreCallingIdentity(callingIdentity); in isCurrentUserDemo() 13043 final long callingIdentity = mInjector.binderClearCallingIdentity(); in bindDeviceAdminServiceAsUser() local 13062 mInjector.binderRestoreCallingIdentity(callingIdentity); in bindDeviceAdminServiceAsUser() 13080 final long callingIdentity = mInjector.binderClearCallingIdentity(); in getBindDeviceAdminTargetUsers() local 13101 mInjector.binderRestoreCallingIdentity(callingIdentity); in getBindDeviceAdminTargetUsers() 13237 final long callingIdentity = mInjector.binderClearCallingIdentity(); in setNetworkLoggingActiveInternal() local 13257 mInjector.binderRestoreCallingIdentity(callingIdentity); in setNetworkLoggingActiveInternal()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 669 long callingIdentity = Binder.clearCallingIdentity(); in sendFailedScanBroadcast() local 677 Binder.restoreCallingIdentity(callingIdentity); in sendFailedScanBroadcast()
|
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
D | AppWidgetServiceImpl.java | 1299 final long callingIdentity = Binder.clearCallingIdentity(); in bindRemoteViewsService() local 1319 Binder.restoreCallingIdentity(callingIdentity); in bindRemoteViewsService()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 2277 long callingIdentity = Binder.clearCallingIdentity(); 2289 Binder.restoreCallingIdentity(callingIdentity);
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 5785 long callingIdentity = Binder.clearCallingIdentity(); 5804 Binder.restoreCallingIdentity(callingIdentity);
|