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.java89 private BitSet mAllowedAuthAlgorithms = new BitSet(); field in SecurityParams
144 this.mAllowedAuthAlgorithms = (BitSet) source.mAllowedAuthAlgorithms.clone(); in SecurityParams()
171 if (!this.mAllowedAuthAlgorithms.equals(that.mAllowedAuthAlgorithms)) return false; in equals()
189 mAllowedKeyManagement, mAllowedProtocols, mAllowedAuthAlgorithms, in hashCode()
232 config.allowedAuthAlgorithms = (BitSet) mAllowedAuthAlgorithms.clone(); in updateLegacyWifiConfiguration()
291 return (BitSet) mAllowedAuthAlgorithms.clone(); in getAllowedAuthAlgorithms()
460 for (int a = 0; a < mAllowedAuthAlgorithms.size(); a++) { in toString()
461 if (mAllowedAuthAlgorithms.get(a)) { in toString()
560 writeBitSet(dest, mAllowedAuthAlgorithms); in writeToParcel()
581 params.mAllowedAuthAlgorithms = readBitSet(in);
[all …]