Home
last modified time | relevance | path

Searched refs:callingId (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPermissionHelper.java72 final long callingId = Binder.clearCallingIdentity(); in hasPermission() local
76 Binder.restoreCallingIdentity(callingId); in hasPermission()
85 final long callingId = Binder.clearCallingIdentity(); in hasRequestedPermission() local
99 Binder.restoreCallingIdentity(callingId); in hasRequestedPermission()
185 final long callingId = Binder.clearCallingIdentity(); in setNotificationPermission() local
216 Binder.restoreCallingIdentity(callingId); in setNotificationPermission()
235 final long callingId = Binder.clearCallingIdentity(); in isPermissionFixed() local
247 Binder.restoreCallingIdentity(callingId); in isPermissionFixed()
252 final long callingId = Binder.clearCallingIdentity(); in isPermissionUserSet() local
264 Binder.restoreCallingIdentity(callingId); in isPermissionUserSet()
[all …]
H A DNotificationManagerService.java3365 final long callingId = Binder.clearCallingIdentity();
3419 Binder.restoreCallingIdentity(callingId);
3491 final long callingId = Binder.clearCallingIdentity();
3501 Binder.restoreCallingIdentity(callingId);
3540 final long callingId = Binder.clearCallingIdentity();
3551 Binder.restoreCallingIdentity(callingId);
/aosp14/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateService.java174 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()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DViewCompiler.java49 final long callingId = Binder.clearCallingIdentity(); in compileLayouts() local
56 Binder.restoreCallingIdentity(callingId); in compileLayouts()
H A DArtManagerService.java563 final long callingId = Binder.clearCallingIdentity(); in compileLayouts() local
568 Binder.restoreCallingIdentity(callingId); in compileLayouts()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileResolver.java92 final long callingId = Binder.clearCallingIdentity(); in isUserEnabled() local
97 Binder.restoreCallingIdentity(callingId); in isUserEnabled()
H A DAppsFilterBase.java797 Integer callingId = queriesMap.keyAt(i); in dumpQueriesMap() local
798 if (Objects.equals(callingId, filteringId)) { in dumpQueriesMap()
801 pw, null /*filteringId*/, queriesMap.get(callingId), in dumpQueriesMap()
803 ? callingId.toString() in dumpQueriesMap()
804 : toString.toString(callingId), in dumpQueriesMap()
808 pw, filteringId, queriesMap.get(callingId), in dumpQueriesMap()
810 ? callingId.toString() in dumpQueriesMap()
811 : toString.toString(callingId), in dumpQueriesMap()
H A DDexOptHelper.java507 final long callingId = Binder.clearCallingIdentity(); in performDexOptInternal() local
513 Binder.restoreCallingIdentity(callingId); in performDexOptInternal()
H A DPackageManagerService.java4078 final long callingId = Binder.clearCallingIdentity();
4090 Binder.restoreCallingIdentity(callingId);
4140 final long callingId = Binder.clearCallingIdentity();
4144 Binder.restoreCallingIdentity(callingId);
4556 final long callingId = Binder.clearCallingIdentity();
4578 Binder.restoreCallingIdentity(callingId);
5781 final long callingId = Binder.clearCallingIdentity();
5844 Binder.restoreCallingIdentity(callingId);
H A DInstallPackageHelper.java656 final long callingId = Binder.clearCallingIdentity(); in installExistingPackageAsUser() local
759 Binder.restoreCallingIdentity(callingId); in installExistingPackageAsUser()
H A DComputerEngine.java4900 final long callingId = Binder.clearCallingIdentity(); in getApplicationHiddenSettingAsUser() local
4911 Binder.restoreCallingIdentity(callingId); in getApplicationHiddenSettingAsUser()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityClientController.java1447 final long callingId = Binder.clearCallingIdentity(); in setVrMode() local
1459 Binder.restoreCallingIdentity(callingId); in setVrMode()
1480 final long callingId = Binder.clearCallingIdentity(); in restartActivityProcessIfVisible() local
1489 Binder.restoreCallingIdentity(callingId); in restartActivityProcessIfVisible()
1530 final long callingId = Binder.clearCallingIdentity(); in dismissKeyguard() local
1536 Binder.restoreCallingIdentity(callingId); in dismissKeyguard()
H A DActivityTaskManagerService.java1972 final long callingId = Binder.clearCallingIdentity(); in setFocusedRootTask() local
1986 Binder.restoreCallingIdentity(callingId); in setFocusedRootTask()
1993 final long callingId = Binder.clearCallingIdentity(); in setFocusedTask() local
1999 Binder.restoreCallingIdentity(callingId); in setFocusedTask()
2006 final long callingId = Binder.clearCallingIdentity(); in focusTopTask() local
2017 Binder.restoreCallingIdentity(callingId); in focusTopTask()
3087 final long callingId = Binder.clearCallingIdentity(); in requestAssistDataForTask() local
3092 Binder.restoreCallingIdentity(callingId); in requestAssistDataForTask()
/aosp14/frameworks/base/services/core/java/com/android/server/clipboard/
H A DClipboardService.java496 long callingId = Binder.clearCallingIdentity(); in areClipboardAccessNotificationsEnabledForUser() local
502 Binder.restoreCallingIdentity(callingId); in areClipboardAccessNotificationsEnabledForUser()
515 long callingId = Binder.clearCallingIdentity(); in setClipboardAccessNotificationsEnabledForUser() local
522 Binder.restoreCallingIdentity(callingId); in setClipboardAccessNotificationsEnabledForUser()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java365 final int callingId; field in ServiceRecord.StartItem
387 callingId = _callingId; in StartItem()
H A DActivityManagerService.java3696 Binder.restoreCallingIdentity(callingId); in clearApplicationUserData()
3747 Binder.restoreCallingIdentity(callingId); in killBackgroundProcesses()
3779 Binder.restoreCallingIdentity(callingId); in killAllBackgroundProcesses()
3810 Binder.restoreCallingIdentity(callingId); in killAllBackgroundProcessesExcept()
3833 Binder.restoreCallingIdentity(callingId); in stopAppForUser()
3919 Binder.restoreCallingIdentity(callingId); in forceStopPackage()
16701 Binder.restoreCallingIdentity(callingId); in makePackageIdle()
19357 Binder.restoreCallingIdentity(callingId);
19375 Binder.restoreCallingIdentity(callingId);
19428 Binder.restoreCallingIdentity(callingId);
[all …]
H A DActiveServices.java632 startServiceInnerLocked(this, si.intent, r, false, true, si.callingId, in rescheduleDelayedStartsLocked()
5496 mAm.grantImplicitAccess(r.userId, si.intent, si.callingId, in sendServiceArgsLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java1982 final long callingId = Binder.clearCallingIdentity(); in setUserKeyProtection() local
1988 Binder.restoreCallingIdentity(callingId); in setUserKeyProtection()