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