Searched refs:startServiceForUser (Results 1 – 4 of 4) sorted by relevance
128 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()
371 void startServiceForUser(int userId) { in startServiceForUser() method in BackupManagerService390 startServiceForUser(userId, userBackupManagerService); in startServiceForUser()398 void startServiceForUser(int userId, UserBackupManagerService userBackupManagerService) { in startServiceForUser() method in BackupManagerService523 startServiceForUser(userId); in setBackupServiceActive()1721 sInstance.startServiceForUser(user.getUserIdentifier()); in onUserUnlocking()
168 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()
8582 PLcom/android/server/backup/BackupManagerService;->startServiceForUser(I)V8583 PLcom/android/server/backup/BackupManagerService;->startServiceForUser(ILcom/android/server/backup/…