Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataEnabledSettings.java221 if (isStandAloneOpportunistic(mPhone.getSubId(), mPhone.getContext()) && !enabled) return; in setUserDataEnabled()
238 if (isStandAloneOpportunistic(mPhone.getSubId(), mPhone.getContext())) return true; in isUserDataEnabled()
456 private static boolean isStandAloneOpportunistic(int subId, Context context) { in isStandAloneOpportunistic() method in DataEnabledSettings