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.java489 mProfileSelector.stopProfileSelection(callbackStub); in handleCarrierAppAvailableNetworks()
566 mProfileSelector.stopProfileSelection(callbackStub); in handleSystemAppAvailableNetworks()
602 mProfileSelector.stopProfileSelection(null); in enableOpportunisticNetwork()
DONSProfileSelector.java856 public void stopProfileSelection(IUpdateAvailableNetworksCallback callbackStub) { in stopProfileSelection() method in ONSProfileSelector
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileSelectorTest.java668 mONSProfileSelector.stopProfileSelection(null); in testStopProfileSelectionWithPreferredDataOnSame()
716 mONSProfileSelector.stopProfileSelection(null); in testStopProfileSelectionWithPreferredDataOnDifferent()
DOpportunisticNetworkServiceTest.java358 verify(mockProfileSelector, times(1)).stopProfileSelection(any()); in testPriorityRuleOfActivatingAvailableNetworks()