Searched refs:mAllowedProtocols (Results 1 – 1 of 1) sorted by relevance
82 private BitSet mAllowedProtocols = new BitSet(); field in SecurityParams143 this.mAllowedProtocols = (BitSet) source.mAllowedProtocols.clone(); in SecurityParams()170 if (!this.mAllowedProtocols.equals(that.mAllowedProtocols)) return false; in equals()189 mAllowedKeyManagement, mAllowedProtocols, mAllowedAuthAlgorithms, in hashCode()231 config.allowedProtocols = (BitSet) mAllowedProtocols.clone(); in updateLegacyWifiConfiguration()284 return (BitSet) mAllowedProtocols.clone(); in getAllowedProtocols()448 for (int p = 0; p < mAllowedProtocols.size(); p++) { in toString()449 if (mAllowedProtocols.get(p)) { in toString()559 writeBitSet(dest, mAllowedProtocols); in writeToParcel()580 params.mAllowedProtocols = readBitSet(in);[all …]