Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DSecurityParams.java88 private BitSet mAllowedAuthAlgorithms = new BitSet(); field in SecurityParams
143 this.mAllowedAuthAlgorithms = (BitSet) source.mAllowedAuthAlgorithms.clone(); in SecurityParams()
170 if (!this.mAllowedAuthAlgorithms.equals(that.mAllowedAuthAlgorithms)) return false; in equals()
188 mAllowedKeyManagement, mAllowedProtocols, mAllowedAuthAlgorithms, in hashCode()
231 config.allowedAuthAlgorithms = (BitSet) mAllowedAuthAlgorithms.clone(); in updateLegacyWifiConfiguration()
290 return (BitSet) mAllowedAuthAlgorithms.clone(); in getAllowedAuthAlgorithms()
459 for (int a = 0; a < mAllowedAuthAlgorithms.size(); a++) { in toString()
460 if (mAllowedAuthAlgorithms.get(a)) { in toString()
552 writeBitSet(dest, mAllowedAuthAlgorithms); in writeToParcel()
571 params.mAllowedAuthAlgorithms = readBitSet(in); in createFromParcel()
[all …]