Searched refs:isGsmBasicOptions (Results 1 – 2 of 2) sorted by relevance
347 if (isGsmBasicOptions(context, subId)) { in isGsmOptions()369 private static boolean isGsmBasicOptions(Context context, int subId) { in isGsmBasicOptions() method in MobileNetworkUtils435 return isGsmBasicOptions(context, subId); in shouldDisplayNetworkSelectOptions()
1157 return isGsmBasicOptions(telephonyManager, carrierConfig); in shouldDisplayNetworkSelectOptions()1212 private static boolean isGsmBasicOptions(@NonNull TelephonyManager telephonyManager, in isGsmBasicOptions() method in NotificationMgr