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/
DBackupManagerService.java2304 final int callingUserHandle = UserHandle.getCallingUserId(); in dataChanged() local
2305 if (callingUserHandle != UserHandle.USER_SYSTEM) { in dataChanged()
2313 + callingUserHandle); in dataChanged()
2452 final int callingUserHandle = UserHandle.getCallingUserId(); in adbBackup() local
2454 if (callingUserHandle != UserHandle.USER_SYSTEM) { in adbBackup()
2529 final int callingUserHandle = UserHandle.getCallingUserId(); in fullTransportBackup() local
2531 if (callingUserHandle != UserHandle.USER_SYSTEM) { in fullTransportBackup()
2588 final int callingUserHandle = UserHandle.getCallingUserId(); in adbRestore() local
2590 if (callingUserHandle != UserHandle.USER_SYSTEM) { in adbRestore()
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java398 final int callingUserHandle = UserHandle.getCallingUserId(); in notifyChange() local
456 syncManager.scheduleLocalSync(null /* all accounts */, callingUserHandle, uid, in notifyChange()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java11022 final UserHandle callingUserHandle = UserHandle.of(callingUserId); in checkManagedProfileProvisioningPreCondition() local
11025 callingUserHandle)) { in checkManagedProfileProvisioningPreCondition()
11034 callingUserHandle)) { in checkManagedProfileProvisioningPreCondition()