Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DEnabledNetworkModePreferenceController.java207 if (MobileNetworkUtils.isWorldMode(mContext, mSubId)) { in updatePreferenceEntries()
250 if (MobileNetworkUtils.isWorldMode(mContext, mSubId)) { in updatePreferenceValueAndSummary()
270 if (MobileNetworkUtils.isWorldMode(mContext, mSubId)) { in updatePreferenceValueAndSummary()
318 || MobileNetworkUtils.isWorldMode(mContext, mSubId)) { in updatePreferenceValueAndSummary()
DMobileNetworkUtils.java265 if (isWorldMode(context, subId)) { in isCdmaOptions()
298 if (isWorldMode(context, subId)) { in isGsmOptions()
333 public static boolean isWorldMode(Context context, int subId) { in isWorldMode() method in MobileNetworkUtils
366 if (isWorldMode(context, subId)) { in shouldDisplayNetworkSelectOptions()
DPreferredNetworkModePreferenceController.java159 || MobileNetworkUtils.isWorldMode(mContext, mSubId)) { in getPreferredNetworkModeSummaryResId()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkUtils.java336 if (isWorldMode(context, subId)) { in isCdmaOptions()
370 if (isWorldMode(context, subId)) { in isGsmOptions()
406 public static boolean isWorldMode(Context context, int subId) { in isWorldMode() method in MobileNetworkUtils
438 && isWorldMode(context, subId)) { in shouldDisplayNetworkSelectOptions()
449 if (isWorldMode(context, subId)) { in shouldDisplayNetworkSelectOptions()
557 if (!isTdscdmaSupported(context, subId) && isWorldMode(context, subId)) { in shouldSpeciallyUpdateGsmCdma()
DEnabledNetworkModePreferenceController.java432 if (MobileNetworkUtils.isWorldMode(mContext, mSubId)) { in getEnabledNetworkType()
479 if (MobileNetworkUtils.isWorldMode(mContext, mSubId)) { in setPreferenceValueAndSummary()
503 if (MobileNetworkUtils.isWorldMode(mContext, mSubId)) { in setPreferenceValueAndSummary()
548 || MobileNetworkUtils.isWorldMode(mContext, mSubId)) { in setPreferenceValueAndSummary()
591 || MobileNetworkUtils.isWorldMode(mContext, mSubId)) { in setPreferenceValueAndSummary()
DPreferredNetworkModePreferenceController.java155 || MobileNetworkUtils.isWorldMode(mContext, mSubId)) { in getPreferredNetworkModeSummaryResId()