Searched refs:configuredList (Results 1 – 1 of 1) sorted by relevance
498 List<Integer> configuredList = getConfiguredChannelList(resources, band); in getAvailableChannelFreqsForBand() local499 if (configuredList == null || configuredList.isEmpty() || regulatoryList == null) { in getAvailableChannelFreqsForBand()504 for (int channel : configuredList) { in getAvailableChannelFreqsForBand()1432 List<Integer> configuredList = getConfiguredChannelList(context.getResources(), b);1433 if (configuredList != null && !configuredList.isEmpty()) {