Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java582 getServiceForUserIfCallerHasPermission(userId, "dataChanged()"); in dataChanged()
719 getServiceForUserIfCallerHasPermission(userId, in setFrameworkSchedulingEnabledForUser()
800 getServiceForUserIfCallerHasPermission( in setBackupPassword()
815 getServiceForUserIfCallerHasPermission( in hasBackupPassword()
839 getServiceForUserIfCallerHasPermission(userId, "backupNow()"); in backupNow()
869 getServiceForUserIfCallerHasPermission(userId, "adbBackup()"); in adbBackup()
917 getServiceForUserIfCallerHasPermission(userId, "adbRestore()"); in adbRestore()
1337 getServiceForUserIfCallerHasPermission(userId, "opComplete()"); in opComplete()
1499 getServiceForUserIfCallerHasPermission( in setAncestralSerialNumber()
1618 getServiceForUserIfCallerHasPermission(userId, in reportDelayedRestoreResult()
[all …]
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DBackupManagerServiceRoboTest.java1538 backupManagerService.getServiceForUserIfCallerHasPermission( in testGetServiceForUser_withoutPermission_throwsSecurityExceptionForNonCallingUser()
1554 backupManagerService.getServiceForUserIfCallerHasPermission(mUserOneId, "test")); in testGetServiceForUserIfCallerHasPermission_withPermission_worksForNonCallingUser()
1569 backupManagerService.getServiceForUserIfCallerHasPermission(mUserOneId, "test")); in testGetServiceForUserIfCallerHasPermission_withoutPermission_worksForCallingUser()
/aosp14/frameworks/base/services/
H A Dart-profile2767 HPLcom/android/server/backup/BackupManagerService;->getServiceForUserIfCallerHasPermission(ILjava/l…