Home
last modified time | relevance | path

Searched refs:selectProfileForData (Results 1 – 3 of 3) sorted by relevance

/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileSelectorTest.java511 mONSProfileSelector.selectProfileForData(1, false, null); in testselectProfileForDataWithNoOpportunsticSub()
542 mONSProfileSelector.selectProfileForData(5, false, null); in testselectProfileForDataWithInActiveSub()
576 mONSProfileSelector.selectProfileForData( in testselectProfileForDataWithInvalidSubId()
615 mONSProfileSelector.selectProfileForData(5, false, null); in testselectProfileForDataWithValidSub()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java723 selectProfileForData(SubscriptionManager.DEFAULT_SUBSCRIPTION_ID, false, null); in enableModem()
840 public void selectProfileForData(int subId, boolean needValidation, in selectProfileForData() method in ONSProfileSelector
DOpportunisticNetworkService.java317 mProfileSelector.selectProfileForData(subId, needValidation, callbackStub);