Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DOpportunisticNetworkService.java240 public void setPreferredDataSubscriptionId(int subId, boolean needValidation,
261 mProfileSelector.selectProfileForData(subId, needValidation, callbackStub);
DONSProfileSelector.java801 public void selectProfileForData(int subId, boolean needValidation, in selectProfileForData() argument
823 iSub.setPreferredDataSubscriptionId(subId, needValidation, callbackStub); in selectProfileForData()