Searched refs:listAllTransportComponents (Results 1 – 5 of 5) sorted by relevance
508 backupManagerService.listAllTransportComponents(mUserOneId); in testListAllTransportComponents_onRegisteredUser_callsMethodForUser()510 verify(mUserOneService).listAllTransportComponents(); in testListAllTransportComponents_onRegisteredUser_callsMethodForUser()521 backupManagerService.listAllTransportComponents(mUserTwoId); in testListAllTransportComponents_onUnknownUser_doesNotPropagateCall()523 verify(mUserOneService, never()).listAllTransportComponents(); in testListAllTransportComponents_onUnknownUser_doesNotPropagateCall()
363 public ComponentName[] listAllTransportComponents(@UserIdInt int userId) { in listAllTransportComponents() method in BackupManagerService369 : userBackupManagerService.listAllTransportComponents(); in listAllTransportComponents()
618 return (isUserReadyForBackup(userId)) ? mService.listAllTransportComponents(userId) in listAllTransportComponentsForUser()
2920 public ComponentName[] listAllTransportComponents() { in listAllTransportComponents() method in UserBackupManagerService
877 when(mBackupManagerServiceMock.listAllTransportComponents(mUserId)).thenReturn( in listAllTransportComponentsForUser_forwarded()882 verify(mBackupManagerServiceMock).listAllTransportComponents(mUserId); in listAllTransportComponentsForUser_forwarded()