Searched refs:getServiceForUserIfCallerHasPermission (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 223 UserBackupManagerService getServiceForUserIfCallerHasPermission( in getServiceForUserIfCallerHasPermission() method in BackupManagerService 251 getServiceForUserIfCallerHasPermission(userId, "dataChanged()"); in dataChanged() 264 getServiceForUserIfCallerHasPermission(userId, "agentConnected()"); in agentConnected() 277 getServiceForUserIfCallerHasPermission(userId, "agentDisconnected()"); in agentDisconnected() 290 getServiceForUserIfCallerHasPermission(userId, "opComplete()"); in opComplete() 305 getServiceForUserIfCallerHasPermission(userId, "initializeTransports()"); in initializeTransports() 318 getServiceForUserIfCallerHasPermission(userId, "clearBackupData()"); in clearBackupData() 329 getServiceForUserIfCallerHasPermission(userId, "getCurrentTransport()"); in getCurrentTransport() 343 getServiceForUserIfCallerHasPermission(userId, "getCurrentTransportComponent()"); in getCurrentTransportComponent() 354 getServiceForUserIfCallerHasPermission(userId, "listAllTransports()"); in listAllTransports() [all …]
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/ |
D | BackupManagerServiceTest.java | 236 backupManagerService.getServiceForUserIfCallerHasPermission( in testGetServiceForUser_withoutPermission_throwsSecurityExceptionForNonCallingUser() 252 backupManagerService.getServiceForUserIfCallerHasPermission(mUserOneId, "test")); in testGetServiceForUserIfCallerHasPermission_withPermission_worksForNonCallingUser() 267 backupManagerService.getServiceForUserIfCallerHasPermission(mUserOneId, "test")); in testGetServiceForUserIfCallerHasPermission_withoutPermission_worksForCallingUser()
|
/frameworks/base/services/ |
D | art-profile | 4749 HSPLcom/android/server/backup/BackupManagerService;->getServiceForUserIfCallerHasPermission(ILjava/…
|