Searched refs:readBitSet (Results 1 – 1 of 1) sorted by relevance
2129 private static BitSet readBitSet(Parcel src) { in readBitSet() method in WifiConfiguration2538 config.allowedKeyManagement = readBitSet(in);2539 config.allowedProtocols = readBitSet(in);2540 config.allowedAuthAlgorithms = readBitSet(in);2541 config.allowedPairwiseCiphers = readBitSet(in);2542 config.allowedGroupCiphers = readBitSet(in);2543 config.allowedGroupManagementCiphers = readBitSet(in);2544 config.allowedSuiteBCiphers = readBitSet(in);