Home
last modified time | relevance | path

Searched refs:mProfileSelector (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/AlternativeNetworkAccess/src/com/android/ons/
H A DOpportunisticNetworkService.java66 @VisibleForTesting protected ONSProfileSelector mProfileSelector; field in OpportunisticNetworkService
159 mProfileSelector.startProfileSelection( in handleSimStateChange()
288 return mProfileSelector.getPreferredDataSubscriptionId();
360 if (mProfileSelector != null) { in onStartCommand()
361 mProfileSelector.onSubSwitchComplete(intent); in onStartCommand()
500 mProfileSelector.startProfileSelection( in handleCarrierAppAvailableNetworks()
506 mProfileSelector.stopProfileSelection(callbackStub); in handleCarrierAppAvailableNetworks()
585 mProfileSelector.startProfileSelection( in handleSystemAppAvailableNetworks()
616 mProfileSelector.stopProfileSelection(null); in enableOpportunisticNetwork()
621 mProfileSelector.startProfileSelection( in enableOpportunisticNetwork()
[all …]
/aosp12/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
H A DOpportunisticNetworkServiceTest.java308 mOpportunisticNetworkService.mProfileSelector = mockProfileSelector; in testPriorityRuleOfActivatingAvailableNetworks()