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