Searched refs:mockProfileSelector (Results 1 – 1 of 1) sorted by relevance
87 private ONSProfileSelector mockProfileSelector; field in OpportunisticNetworkServiceTest358 doReturn(true).when(mockProfileSelector).hasOpprotunisticSub(any()); in testPriorityRuleOfActivatingAvailableNetworks()359 doReturn(false).when(mockProfileSelector).containStandaloneOppSubs(any()); in testPriorityRuleOfActivatingAvailableNetworks()362 mOpportunisticNetworkService.mProfileSelector = mockProfileSelector; in testPriorityRuleOfActivatingAvailableNetworks()372 verify(mockProfileSelector, never()).startProfileSelection(any(), any()); in testPriorityRuleOfActivatingAvailableNetworks()375 doReturn(true).when(mockProfileSelector).containStandaloneOppSubs(any()); in testPriorityRuleOfActivatingAvailableNetworks()382 verify(mockProfileSelector, times(1)).startProfileSelection(any(), any()); in testPriorityRuleOfActivatingAvailableNetworks()393 verify(mockProfileSelector, times(2)).startProfileSelection(any(), any()); in testPriorityRuleOfActivatingAvailableNetworks()404 verify(mockProfileSelector, times(1)).stopProfileSelection(any()); in testPriorityRuleOfActivatingAvailableNetworks()