/aosp12/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/ |
H A D | BluetoothMapEmailProvider.java | 329 long callingId = Binder.clearCallingIdentity(); in openFile() local 345 Binder.restoreCallingIdentity(callingId); in openFile() 422 long callingId = Binder.clearCallingIdentity(); in delete() local 433 Binder.restoreCallingIdentity(callingId); in delete() 466 long callingId = Binder.clearCallingIdentity(); in insert() local 481 Binder.restoreCallingIdentity(callingId); in insert() 520 long callingId = Binder.clearCallingIdentity(); in query() local 536 Binder.restoreCallingIdentity(callingId); in query() 609 long callingId = Binder.clearCallingIdentity(); in update() local 645 Binder.restoreCallingIdentity(callingId); in update() [all …]
|
H A D | BluetoothMapIMProvider.java | 217 long callingId = Binder.clearCallingIdentity(); in delete() local 228 Binder.restoreCallingIdentity(callingId); in delete() 263 long callingId = Binder.clearCallingIdentity(); in insert() local 278 Binder.restoreCallingIdentity(callingId); in insert() 317 long callingId = Binder.clearCallingIdentity(); in query() local 367 Binder.restoreCallingIdentity(callingId); in query() 506 long callingId = Binder.clearCallingIdentity(); in update() local 549 Binder.restoreCallingIdentity(callingId); in update() 617 long callingId = Binder.clearCallingIdentity(); in call() local 651 Binder.restoreCallingIdentity(callingId); in call()
|
/aosp12/frameworks/base/services/core/java/com/android/server/webkit/ |
H A D | WebViewUpdateService.java | 174 final long callingId = Binder.clearCallingIdentity(); in notifyRelroCreationCompleted() local 178 Binder.restoreCallingIdentity(callingId); in notifyRelroCreationCompleted() 235 final long callingId = Binder.clearCallingIdentity(); in changeProviderAndSetting() local 240 Binder.restoreCallingIdentity(callingId); in changeProviderAndSetting() 288 final long callingId = Binder.clearCallingIdentity(); in enableMultiProcess() local 292 Binder.restoreCallingIdentity(callingId); in enableMultiProcess()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | ViewCompiler.java | 49 final long callingId = Binder.clearCallingIdentity(); in compileLayouts() local 56 Binder.restoreCallingIdentity(callingId); in compileLayouts()
|
H A D | ArtManagerService.java | 504 final long callingId = Binder.clearCallingIdentity(); in compileLayouts() local 511 Binder.restoreCallingIdentity(callingId); in compileLayouts()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | AppsFilter.java | 1562 Integer callingId = queriesMap.keyAt(i); 1563 if (Objects.equals(callingId, filteringId)) { 1566 pw, null /*filteringId*/, queriesMap.get(callingId), 1568 ? callingId.toString() 1569 : toString.toString(callingId), 1573 pw, filteringId, queriesMap.get(callingId), 1575 ? callingId.toString() 1576 : toString.toString(callingId),
|
H A D | PackageManagerService.java | 4313 Binder.restoreCallingIdentity(callingId); in isUserEnabled() 12980 final long callingId = Binder.clearCallingIdentity(); in performDexOptInternal() local 12986 Binder.restoreCallingIdentity(callingId); in performDexOptInternal() 16004 final long callingId = Binder.clearCallingIdentity(); in setApplicationHiddenSettingAsUser() local 16060 Binder.restoreCallingIdentity(callingId); in setApplicationHiddenSettingAsUser() 16138 Binder.restoreCallingIdentity(callingId); in setSystemAppInstallState() 16236 Binder.restoreCallingIdentity(callingId); in getApplicationHiddenSettingAsUser() 16361 Binder.restoreCallingIdentity(callingId); in installExistingPackageAsUser() 16894 Binder.restoreCallingIdentity(callingId); in canSuspendPackageForUserInternal() 24185 Binder.restoreCallingIdentity(callingId); [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityClientController.java | 1103 final long callingId = Binder.clearCallingIdentity(); in setVrMode() local 1115 Binder.restoreCallingIdentity(callingId); in setVrMode() 1136 final long callingId = Binder.clearCallingIdentity(); in restartActivityProcessIfVisible() local 1145 Binder.restoreCallingIdentity(callingId); in restartActivityProcessIfVisible() 1167 final long callingId = Binder.clearCallingIdentity(); in dismissKeyguard() local 1173 Binder.restoreCallingIdentity(callingId); in dismissKeyguard()
|
H A D | ActivityTaskManagerService.java | 1903 final long callingId = Binder.clearCallingIdentity(); in setFocusedRootTask() local 1917 Binder.restoreCallingIdentity(callingId); in setFocusedRootTask() 1924 final long callingId = Binder.clearCallingIdentity(); in setFocusedTask() local 1930 Binder.restoreCallingIdentity(callingId); in setFocusedTask() 2915 final long callingId = Binder.clearCallingIdentity(); in requestAssistDataForTask() local 2920 Binder.restoreCallingIdentity(callingId); in requestAssistDataForTask()
|
/aosp12/packages/services/Car/service/src/com/android/car/audio/ |
H A D | CarAudioService.java | 361 for (int callingId : mUidToZoneMap.keySet()) { in dump() 363 callingId, in dump() 364 mUidToZoneMap.get(callingId)); in dump()
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsService.java | 2022 final long callingId = Binder.clearCallingIdentity(); in clearUserKeyProtection() local 2028 Binder.restoreCallingIdentity(callingId); in clearUserKeyProtection() 2069 final long callingId = Binder.clearCallingIdentity(); in addUserKeyAuth() local 2075 Binder.restoreCallingIdentity(callingId); in addUserKeyAuth() 2081 final long callingId = Binder.clearCallingIdentity(); in fixateNewestUserKeyAuth() local 2089 Binder.restoreCallingIdentity(callingId); in fixateNewestUserKeyAuth()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ServiceRecord.java | 204 final int callingId; field in ServiceRecord.StartItem 221 callingId = _callingId; in StartItem()
|
H A D | ActivityManagerService.java | 3479 final long callingId = Binder.clearCallingIdentity(); in clearApplicationUserData() local 3599 Binder.restoreCallingIdentity(callingId); in clearApplicationUserData() 3622 final long callingId = Binder.clearCallingIdentity(); in killBackgroundProcesses() local 3646 Binder.restoreCallingIdentity(callingId); in killBackgroundProcesses() 3661 final long callingId = Binder.clearCallingIdentity(); in killAllBackgroundProcesses() local 3678 Binder.restoreCallingIdentity(callingId); in killAllBackgroundProcesses() 3701 final long callingId = Binder.clearCallingIdentity(); in killAllBackgroundProcessesExcept() local 3709 Binder.restoreCallingIdentity(callingId); in killAllBackgroundProcessesExcept() 3765 Binder.restoreCallingIdentity(callingId); in forceStopPackage() 14670 Binder.restoreCallingIdentity(callingId); in makePackageIdle() [all …]
|
H A D | ActiveServices.java | 4042 mAm.grantImplicitAccess(r.userId, si.intent, si.callingId, in sendServiceArgsLocked()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 3110 final long callingId = Binder.clearCallingIdentity(); 3153 Binder.restoreCallingIdentity(callingId); 3201 final long callingId = Binder.clearCallingIdentity(); 3211 Binder.restoreCallingIdentity(callingId); 3250 final long callingId = Binder.clearCallingIdentity(); 3261 Binder.restoreCallingIdentity(callingId);
|