Searched refs:mChannelFreqs (Results 1 – 1 of 1) sorted by relevance
709 private final int[] mChannelFreqs; field in WifiNetworkSpecifier741 this.mChannelFreqs = channelFreqs; in WifiNetworkSpecifier()756 return mChannelFreqs.clone(); in getPreferredChannelFrequenciesMhz()793 dest.writeIntArray(mChannelFreqs); in writeToParcel()800 mBand, wifiConfiguration.allowedKeyManagement, Arrays.hashCode(mChannelFreqs)); in hashCode()821 && Arrays.equals(mChannelFreqs, lhs.mChannelFreqs); in equals()