Searched refs:isBandsSupported (Results 1 – 1 of 1) sorted by relevance
318 || !isBandsSupported(config.getBands(), mContext)) { in resetToDefaultForUnsupportedConfig()494 && !isBandsSupported(customConfig.getBands(), context)) { in generateLocalOnlyHotspotConfig()680 if (!isBandsSupported(apConfig.getBands(), context)) { in validateApWifiConfiguration()741 private static boolean isBandsSupported(@NonNull int[] apBands, Context context) { in isBandsSupported() method in WifiApConfigStore