Searched refs:mAllowedAuthAlgorithms (Results 1 – 1 of 1) sorted by relevance
88 private BitSet mAllowedAuthAlgorithms = new BitSet(); field in SecurityParams143 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 …]