Searched refs:isGsmBasicOptions (Results 1 – 2 of 2) sorted by relevance
439 if (isGsmBasicOptions(context, subId)) { in isGsmOptions()461 private static boolean isGsmBasicOptions(Context context, int subId) { in isGsmBasicOptions() method in MobileNetworkUtils527 return isGsmBasicOptions(context, subId); in shouldDisplayNetworkSelectOptions()
1052 return isGsmBasicOptions(telephonyManager, carrierConfig); in shouldDisplayNetworkSelectOptions()1107 private static boolean isGsmBasicOptions(@NonNull TelephonyManager telephonyManager, in isGsmBasicOptions() method in NotificationMgr