Searched refs:isStandAloneOpportunistic (Results 1 – 1 of 1) sorted by relevance
221 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