Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java498 List<Integer> configuredList = getConfiguredChannelList(resources, band); in getAvailableChannelFreqsForBand() local
499 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()) {