Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DGraphicsStatsService.java94 long callingIdentity = Binder.clearCallingIdentity(); in requestBufferForProcess() local
103 Binder.restoreCallingIdentity(callingIdentity); in requestBufferForProcess()
DBluetoothManagerService.java552 long callingIdentity = Binder.clearCallingIdentity(); in onBluetoothGattServiceUp() local
554 Binder.restoreCallingIdentity(callingIdentity); in onBluetoothGattServiceUp()
663 long callingIdentity = Binder.clearCallingIdentity(); in disable() local
665 Binder.restoreCallingIdentity(callingIdentity); in disable()
1616 long callingIdentity = Binder.clearCallingIdentity(); in checkIfCallerIsForegroundUser() local
1635 Binder.restoreCallingIdentity(callingIdentity); in checkIfCallerIsForegroundUser()
DTelephonyRegistry.java1628 long callingIdentity = Binder.clearCallingIdentity(); in validateEventsAndUserLocked() local
1639 Binder.restoreCallingIdentity(callingIdentity); in validateEventsAndUserLocked()
/frameworks/base/services/core/java/com/android/server/fingerprint/
DFingerprintService.java460 final long callingIdentity = Binder.clearCallingIdentity(); in getEffectiveUserId() local
462 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/core/java/com/android/server/wm/
DWindowManagerService.java10548 long callingIdentity = Binder.clearCallingIdentity(); in reclaimSomeSurfaceMemoryLocked() local
10642 Binder.restoreCallingIdentity(callingIdentity); in reclaimSomeSurfaceMemoryLocked()