Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/webkit/
DWebViewUpdateService.java172 long callingId = Binder.clearCallingIdentity(); in notifyRelroCreationCompleted() local
176 Binder.restoreCallingIdentity(callingId); in notifyRelroCreationCompleted()
213 long callingId = Binder.clearCallingIdentity(); in changeProviderAndSetting() local
218 Binder.restoreCallingIdentity(callingId); in changeProviderAndSetting()
261 long callingId = Binder.clearCallingIdentity(); in enableFallbackLogic() local
265 Binder.restoreCallingIdentity(callingId); in enableFallbackLogic()
287 long callingId = Binder.clearCallingIdentity(); in enableMultiProcess() local
291 Binder.restoreCallingIdentity(callingId); in enableMultiProcess()
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java127 final int callingId; field in ServiceRecord.StartItem
144 callingId = _callingId; in StartItem()
DActivityManagerService.java3184 final long callingId = Binder.clearCallingIdentity(); in setFocusedStack() local
3197 Binder.restoreCallingIdentity(callingId); in setFocusedStack()
3205 final long callingId = Binder.clearCallingIdentity(); in setFocusedTask() local
3218 Binder.restoreCallingIdentity(callingId); in setFocusedTask()
5745 long callingId = Binder.clearCallingIdentity(); in clearApplicationUserData() local
5832 Binder.restoreCallingIdentity(callingId); in clearApplicationUserData()
5853 long callingId = Binder.clearCallingIdentity(); in killBackgroundProcesses() local
5871 Binder.restoreCallingIdentity(callingId); in killBackgroundProcesses()
5886 final long callingId = Binder.clearCallingIdentity(); in killAllBackgroundProcesses() local
5920 Binder.restoreCallingIdentity(callingId); in killAllBackgroundProcesses()
[all …]
DActiveServices.java2314 r.appInfo.uid, UserHandle.getAppId(si.callingId)); in sendServiceArgsLocked()
/frameworks/base/services/core/java/com/android/server/
DLockSettingsService.java1315 final long callingId = Binder.clearCallingIdentity(); in addUserKeyAuth() local
1319 Binder.restoreCallingIdentity(callingId); in addUserKeyAuth()
1327 final long callingId = Binder.clearCallingIdentity(); in fixateNewestUserKeyAuth() local
1331 Binder.restoreCallingIdentity(callingId); in fixateNewestUserKeyAuth()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1480 long callingId = Binder.clearCallingIdentity();
1523 Binder.restoreCallingIdentity(callingId);
1538 long callingId = Binder.clearCallingIdentity();
1548 Binder.restoreCallingIdentity(callingId);