Home
last modified time | relevance | path

Searched refs:callingIdentity (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DGraphicsStatsService.java84 long callingIdentity = Binder.clearCallingIdentity(); in requestBufferForProcess() local
91 Binder.restoreCallingIdentity(callingIdentity); in requestBufferForProcess()
DBluetoothManagerService.java564 long callingIdentity = Binder.clearCallingIdentity(); in onBluetoothGattServiceUp() local
566 Binder.restoreCallingIdentity(callingIdentity); in onBluetoothGattServiceUp()
671 long callingIdentity = Binder.clearCallingIdentity(); in disable() local
673 Binder.restoreCallingIdentity(callingIdentity); in disable()
1626 long callingIdentity = Binder.clearCallingIdentity(); in checkIfCallerIsForegroundUser() local
1645 Binder.restoreCallingIdentity(callingIdentity); in checkIfCallerIsForegroundUser()
DTelephonyRegistry.java1601 long callingIdentity = Binder.clearCallingIdentity(); in validateEventsAndUserLocked() local
1612 Binder.restoreCallingIdentity(callingIdentity); in validateEventsAndUserLocked()
/frameworks/base/services/core/java/com/android/server/fingerprint/
DFingerprintService.java405 final long callingIdentity = Binder.clearCallingIdentity(); in getEffectiveUserId() local
407 Binder.restoreCallingIdentity(callingIdentity); in getEffectiveUserId()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java449 long callingIdentity = Binder.clearCallingIdentity(); in startScan() local
454 Binder.restoreCallingIdentity(callingIdentity); in startScan()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5308 final long callingIdentity = mInjector.binderClearCallingIdentity(); in isDeviceOwnerManagedSingleUserDevice() local
5319 mInjector.binderRestoreCallingIdentity(callingIdentity); in isDeviceOwnerManagedSingleUserDevice()
5347 final long callingIdentity = mInjector.binderClearCallingIdentity(); in requestBugreport() local
5366 mInjector.binderRestoreCallingIdentity(callingIdentity); in requestBugreport()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java9489 final long callingIdentity = Binder.clearCallingIdentity(); in reclaimSomeSurfaceMemoryLocked() local
9574 Binder.restoreCallingIdentity(callingIdentity); in reclaimSomeSurfaceMemoryLocked()