Home
last modified time | relevance | path

Searched refs:callingUserHandle (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java2574 final int callingUserHandle = UserHandle.getCallingUserId(); in adbBackup() local
2576 if (callingUserHandle != UserHandle.USER_SYSTEM) { in adbBackup()
2650 final int callingUserHandle = UserHandle.getCallingUserId(); in fullTransportBackup() local
2652 if (callingUserHandle != UserHandle.USER_SYSTEM) { in fullTransportBackup()
2712 final int callingUserHandle = UserHandle.getCallingUserId(); in adbRestore() local
2714 if (callingUserHandle != UserHandle.USER_SYSTEM) { in adbRestore()
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java402 final int callingUserHandle = UserHandle.getCallingUserId(); in notifyChange() local
460 syncManager.scheduleLocalSync(null /* all accounts */, callingUserHandle, in notifyChange()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java12012 final UserHandle callingUserHandle = UserHandle.of(callingUserId); in checkManagedProfileProvisioningPreCondition() local
12015 callingUserHandle)) { in checkManagedProfileProvisioningPreCondition()
12024 callingUserHandle)) { in checkManagedProfileProvisioningPreCondition()