Searched refs:channelMap (Results 1 – 3 of 3) sorted by relevance
175 int channelMap = in onCreate()192 if ((channelMap in onCreate()
1606 @NonNull WifiNative wifiNative, @NonNull SparseArray<int[]> channelMap) {1608 if (channelMap != null) {1611 int[] supportedChannelList = channelMap.get(band);
1996 SparseArray<int[]> channelMap = new SparseArray<>( in onDriverCountryCodeChanged() local2011 channelMap.put(band, channel); in onDriverCountryCodeChanged()2018 channelMap); in onDriverCountryCodeChanged()2020 channelMap); in onDriverCountryCodeChanged()2172 @Nullable SparseArray<int[]> channelMap) { in updateSoftApCapabilityWithAvailableChannelList() argument2182 softApCapability, mContext, mWifiNative, channelMap); in updateSoftApCapabilityWithAvailableChannelList()2186 @Nullable SparseArray<int[]> channelMap) { in updateAvailChannelListInSoftApCapability() argument2188 getSoftApCapability(), countryCode, channelMap)); in updateAvailChannelListInSoftApCapability() local