Searched refs:selectProfileForData (Results 1 – 3 of 3) sorted by relevance
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/ |
D | ONSProfileSelectorTest.java | 453 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/ |
D | ONSProfileSelector.java | 684 selectProfileForData(SubscriptionManager.DEFAULT_SUBSCRIPTION_ID, false, null); in enableModem() 801 public void selectProfileForData(int subId, boolean needValidation, in selectProfileForData() method in ONSProfileSelector
|
D | OpportunisticNetworkService.java | 261 mProfileSelector.selectProfileForData(subId, needValidation, callbackStub);
|