Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
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
218 Binder.restoreCallingIdentity(callingId); in setNotificationPermission()
237 final long callingId = Binder.clearCallingIdentity(); in isPermissionFixed() local
249 Binder.restoreCallingIdentity(callingId); in isPermissionFixed()
254 final long callingId = Binder.clearCallingIdentity(); in isPermissionUserSet() local
266 Binder.restoreCallingIdentity(callingId); in isPermissionUserSet()
[all …]
DNotificationManagerService.java3569 final long callingId = Binder.clearCallingIdentity();
3623 Binder.restoreCallingIdentity(callingId);
3696 final long callingId = Binder.clearCallingIdentity();
3706 Binder.restoreCallingIdentity(callingId);
3745 final long callingId = Binder.clearCallingIdentity();
3756 Binder.restoreCallingIdentity(callingId);
/frameworks/base/services/core/java/com/android/server/webkit/
DWebViewUpdateService.java198 final long callingId = Binder.clearCallingIdentity(); in notifyRelroCreationCompleted() local
202 Binder.restoreCallingIdentity(callingId); in notifyRelroCreationCompleted()
263 final long callingId = Binder.clearCallingIdentity(); in changeProviderAndSetting() local
268 Binder.restoreCallingIdentity(callingId); in changeProviderAndSetting()
334 final long callingId = Binder.clearCallingIdentity(); in enableMultiProcess() local
338 Binder.restoreCallingIdentity(callingId); in enableMultiProcess()
/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileResolver.java92 final long callingId = Binder.clearCallingIdentity(); in isUserEnabled() local
97 Binder.restoreCallingIdentity(callingId); in isUserEnabled()
DAppsFilterBase.java806 Integer callingId = queriesMap.keyAt(i); in dumpQueriesMap() local
807 if (Objects.equals(callingId, filteringId)) { in dumpQueriesMap()
810 pw, null /*filteringId*/, queriesMap.get(callingId), in dumpQueriesMap()
812 ? callingId.toString() in dumpQueriesMap()
813 : toString.toString(callingId), in dumpQueriesMap()
817 pw, filteringId, queriesMap.get(callingId), in dumpQueriesMap()
819 ? callingId.toString() in dumpQueriesMap()
820 : toString.toString(callingId), in dumpQueriesMap()
DPackageManagerService.java4061 final long callingId = Binder.clearCallingIdentity();
4073 Binder.restoreCallingIdentity(callingId);
4123 final long callingId = Binder.clearCallingIdentity();
4127 Binder.restoreCallingIdentity(callingId);
4541 final long callingId = Binder.clearCallingIdentity();
4563 Binder.restoreCallingIdentity(callingId);
5859 final long callingId = Binder.clearCallingIdentity(); in setApplicationHiddenSettingAsUser() local
5926 Binder.restoreCallingIdentity(callingId); in setApplicationHiddenSettingAsUser()
DInstallPackageHelper.java682 final long callingId = Binder.clearCallingIdentity(); in installExistingPackageAsUser() local
791 Binder.restoreCallingIdentity(callingId); in installExistingPackageAsUser()
DComputerEngine.java4985 final long callingId = Binder.clearCallingIdentity(); in getApplicationHiddenSettingAsUser() local
4996 Binder.restoreCallingIdentity(callingId); in getApplicationHiddenSettingAsUser()
/frameworks/base/services/companion/java/com/android/server/companion/virtual/camera/
DVirtualCameraController.java234 final long callingId = Binder.clearCallingIdentity(); in connectVirtualCameraService() local
248 Binder.restoreCallingIdentity(callingId); in connectVirtualCameraService()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityClientController.java1555 final long callingId = Binder.clearCallingIdentity(); in setVrMode() local
1567 Binder.restoreCallingIdentity(callingId); in setVrMode()
1588 final long callingId = Binder.clearCallingIdentity(); in restartActivityProcessIfVisible() local
1597 Binder.restoreCallingIdentity(callingId); in restartActivityProcessIfVisible()
1638 final long callingId = Binder.clearCallingIdentity(); in dismissKeyguard() local
1644 Binder.restoreCallingIdentity(callingId); in dismissKeyguard()
DActivityTaskManagerService.java2014 final long callingId = Binder.clearCallingIdentity(); in setFocusedRootTask() local
2028 Binder.restoreCallingIdentity(callingId); in setFocusedRootTask()
2035 final long callingId = Binder.clearCallingIdentity(); in setFocusedTask() local
2041 Binder.restoreCallingIdentity(callingId); in setFocusedTask()
2048 final long callingId = Binder.clearCallingIdentity(); in focusTopTask() local
2059 Binder.restoreCallingIdentity(callingId); in focusTopTask()
3156 final long callingId = Binder.clearCallingIdentity(); in requestAssistDataForTask() local
3161 Binder.restoreCallingIdentity(callingId); in requestAssistDataForTask()
/frameworks/base/services/core/java/com/android/server/clipboard/
DClipboardService.java540 long callingId = Binder.clearCallingIdentity(); in areClipboardAccessNotificationsEnabledForUser() local
546 Binder.restoreCallingIdentity(callingId); in areClipboardAccessNotificationsEnabledForUser()
559 long callingId = Binder.clearCallingIdentity(); in setClipboardAccessNotificationsEnabledForUser() local
566 Binder.restoreCallingIdentity(callingId); in setClipboardAccessNotificationsEnabledForUser()
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceManagerService.java465 final long callingId = Binder.clearCallingIdentity(); in createVirtualDevice() local
469 Binder.restoreCallingIdentity(callingId); in createVirtualDevice()
/frameworks/base/services/core/java/com/android/server/pdb/
DPersistentDataBlockService.java296 final long callingId = Binder.clearCallingIdentity(); in setOldSettingForBackworkCompatibility() local
301 Binder.restoreCallingIdentity(callingId); in setOldSettingForBackworkCompatibility()
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java508 final int callingId; field in ServiceRecord.StartItem
530 callingId = _callingId; in StartItem()
DActiveServices.java742 startServiceInnerLocked(this, si.intent, r, false, true, si.callingId, in rescheduleDelayedStartsLocked()
6166 mAm.grantImplicitAccess(r.userId, si.intent, si.callingId, in sendServiceArgsLocked()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2174 final long callingId = Binder.clearCallingIdentity(); in setCeStorageProtection() local
2180 Binder.restoreCallingIdentity(callingId); in setCeStorageProtection()