Searched refs:containStandaloneOppSubs (Results 1 – 3 of 3) sorted by relevance
305 doReturn(false).when(mockProfileSelector).containStandaloneOppSubs(any()); in testPriorityRuleOfActivatingAvailableNetworks()321 doReturn(true).when(mockProfileSelector).containStandaloneOppSubs(any()); in testPriorityRuleOfActivatingAvailableNetworks()
464 if (mProfileSelector.containStandaloneOppSubs(mONSConfigInputHashMap.get( in handleCarrierAppAvailableNetworks()557 || mProfileSelector.containStandaloneOppSubs(availableNetworks)) { in handleSystemAppAvailableNetworks()
737 public boolean containStandaloneOppSubs(ArrayList<AvailableNetworkInfo> availableNetworks) { in containStandaloneOppSubs() method in ONSProfileSelector