Searched refs:selectProfileForData (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/ |
H A 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()
|
/aosp12/packages/services/AlternativeNetworkAccess/src/com/android/ons/ |
H A 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
|
H A D | OpportunisticNetworkService.java | 261 mProfileSelector.selectProfileForData(subId, needValidation, callbackStub);
|