Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java371 void startServiceForUser(int userId) { in startServiceForUser() method in BackupManagerService
390 startServiceForUser(userId, userBackupManagerService); in startServiceForUser()
398 void startServiceForUser(int userId, UserBackupManagerService userBackupManagerService) { in startServiceForUser() method in BackupManagerService
523 startServiceForUser(userId); in setBackupServiceActive()
1695 sInstance.startServiceForUser(user.getUserIdentifier()); in onUserUnlocking()
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DBackupManagerServiceRoboTest.java133 backupManagerService.startServiceForUser(mUserOneId); in testStartServiceForUser_registersUser()
146 backupManagerService.startServiceForUser(mUserOneId, mUserOneService); in testStartServiceForUser_withServiceInstance_registersUser()
158 backupManagerService.startServiceForUser(mUserTwoId, mUserTwoService); in testStopServiceForUser_forRegisteredUser_unregistersCorrectUser()
175 backupManagerService.startServiceForUser(mUserTwoId, mUserTwoService); in testStopServiceForUser_forRegisteredUser_tearsDownCorrectUser()
1642 backupManagerService.startServiceForUser(userId, userBackupManagerService); in registerUser()
1649 backupManagerService.startServiceForUser(userId, userBackupManagerService); in createServiceAndRegisterUser()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/
H A DBackupManagerServiceTest.java167 service.startServiceForUser(UserHandle.USER_SYSTEM); in startServiceForUser_backupDisabledGlobally_doesNotStartUserService()
177 mService.startServiceForUser(UserHandle.USER_SYSTEM); in startServiceForUser_backupNotActiveForUser_doesNotStartUserService()
186 mService.startServiceForUser(NON_SYSTEM_USER); in startServiceForUser_backupEnabledGloballyAndActiveForUser_startsUserService()