Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupManagerServiceRoboTest.java128 backupManagerService.startServiceForUser(mUserOneId); in testStartServiceForUser_registersUser()
141 backupManagerService.startServiceForUser(mUserOneId, mUserOneService); in testStartServiceForUser_withServiceInstance_registersUser()
153 backupManagerService.startServiceForUser(mUserTwoId, mUserTwoService); in testStopServiceForUser_forRegisteredUser_unregistersCorrectUser()
170 backupManagerService.startServiceForUser(mUserTwoId, mUserTwoService); in testStopServiceForUser_forRegisteredUser_tearsDownCorrectUser()
1582 backupManagerService.startServiceForUser(userId, userBackupManagerService); in registerUser()
1589 backupManagerService.startServiceForUser(userId, userBackupManagerService); in createServiceAndRegisterUser()
/frameworks/base/services/backup/java/com/android/server/backup/
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()
1721 sInstance.startServiceForUser(user.getUserIdentifier()); in onUserUnlocking()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/
DBackupManagerServiceTest.java168 service.startServiceForUser(UserHandle.USER_SYSTEM); in startServiceForUser_backupDisabledGlobally_doesNotStartUserService()
178 mService.startServiceForUser(UserHandle.USER_SYSTEM); in startServiceForUser_backupNotActiveForUser_doesNotStartUserService()
187 mService.startServiceForUser(NON_SYSTEM_USER); in startServiceForUser_backupEnabledGloballyAndActiveForUser_startsUserService()
/frameworks/base/services/
Dart-wear-profile8582 PLcom/android/server/backup/BackupManagerService;->startServiceForUser(I)V
8583 PLcom/android/server/backup/BackupManagerService;->startServiceForUser(ILcom/android/server/backup/…