Searched refs:getServiceForUserIfCallerHasPermission (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 582 getServiceForUserIfCallerHasPermission(userId, "dataChanged()"); in dataChanged() 605 getServiceForUserIfCallerHasPermission(userId, "initializeTransports()"); in initializeTransports() 626 getServiceForUserIfCallerHasPermission(userId, "clearBackupData()"); in clearBackupData() 658 getServiceForUserIfCallerHasPermission(userId, "agentConnected()"); in agentConnected() 683 getServiceForUserIfCallerHasPermission(userId, "agentDisconnected()"); in agentDisconnected() 709 getServiceForUserIfCallerHasPermission(userId, "restoreAtInstall()"); in restoreAtInstall() 719 getServiceForUserIfCallerHasPermission(userId, in setFrameworkSchedulingEnabledForUser() 743 getServiceForUserIfCallerHasPermission(userId, "setBackupEnabled()"); in setBackupEnabled() 765 getServiceForUserIfCallerHasPermission(userId, "setAutoRestore()"); in setAutoRestore() 787 getServiceForUserIfCallerHasPermission(userId, "isBackupEnabled()"); in isBackupEnabled() [all …]
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/ |
D | BackupManagerServiceRoboTest.java | 1478 backupManagerService.getServiceForUserIfCallerHasPermission( in testGetServiceForUser_withoutPermission_throwsSecurityExceptionForNonCallingUser() 1494 backupManagerService.getServiceForUserIfCallerHasPermission(mUserOneId, "test")); in testGetServiceForUserIfCallerHasPermission_withPermission_worksForNonCallingUser() 1509 backupManagerService.getServiceForUserIfCallerHasPermission(mUserOneId, "test")); in testGetServiceForUserIfCallerHasPermission_withoutPermission_worksForCallingUser()
|
/frameworks/base/services/ |
D | art-wear-profile | 8572 PLcom/android/server/backup/BackupManagerService;->getServiceForUserIfCallerHasPermission(ILjava/la…
|