Home
last modified time | relevance | path

Searched refs:stopProfileSelection (Results 1 – 4 of 4) sorted by relevance

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DOpportunisticNetworkService.java672 mProfileSelector.stopProfileSelection(callbackStub); in handleCarrierAppAvailableNetworks()
750 mProfileSelector.stopProfileSelection(callbackStub); in handleSystemAppAvailableNetworks()
782 mProfileSelector.stopProfileSelection(null); in enableOpportunisticNetwork()
DONSProfileSelector.java886 public void stopProfileSelection(IUpdateAvailableNetworksCallback callbackStub) { in stopProfileSelection() method in ONSProfileSelector
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileSelectorTest.java772 mONSProfileSelector.stopProfileSelection(null); in testStopProfileSelectionWithPreferredDataOnSame()
821 mONSProfileSelector.stopProfileSelection(null); in testStopProfileSelectionWithPreferredDataOnDifferent()
DOpportunisticNetworkServiceTest.java404 verify(mockProfileSelector, times(1)).stopProfileSelection(any()); in testPriorityRuleOfActivatingAvailableNetworks()