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.java453 mONSProfileSelector.selectProfileForData(1, false, null); in testselectProfileForDataWithNoOpportunsticSub()
484 mONSProfileSelector.selectProfileForData(5, false, null); in testselectProfileForDataWithInActiveSub()
518 mONSProfileSelector.selectProfileForData( in testselectProfileForDataWithInvalidSubId()
557 mONSProfileSelector.selectProfileForData(5, false, null); in testselectProfileForDataWithValidSub()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java684 selectProfileForData(SubscriptionManager.DEFAULT_SUBSCRIPTION_ID, false, null); in enableModem()
801 public void selectProfileForData(int subId, boolean needValidation, in selectProfileForData() method in ONSProfileSelector
DOpportunisticNetworkService.java261 mProfileSelector.selectProfileForData(subId, needValidation, callbackStub);