Searched refs:mRandomizedMacAddress (Results 1 – 1 of 1) sorted by relevance
777 private MacAddress mRandomizedMacAddress; field in WifiConfiguration799 while (!isValidMacAddressForRandomization(mRandomizedMacAddress) in getOrCreateRandomizedMacAddress()801 mRandomizedMacAddress = MacAddress.createRandomUnicastAddress(); in getOrCreateRandomizedMacAddress()805 if (!isValidMacAddressForRandomization(mRandomizedMacAddress)) { in getOrCreateRandomizedMacAddress()806 mRandomizedMacAddress = MacAddress.fromString(WifiInfo.DEFAULT_MAC_ADDRESS); in getOrCreateRandomizedMacAddress()808 return mRandomizedMacAddress; in getOrCreateRandomizedMacAddress()817 return mRandomizedMacAddress; in getRandomizedMacAddress()829 mRandomizedMacAddress = mac; in setRandomizedMacAddress()1527 mRandomizedMacAddress = MacAddress.fromString(WifiInfo.DEFAULT_MAC_ADDRESS); in WifiConfiguration()2084 mRandomizedMacAddress = source.mRandomizedMacAddress; in WifiConfiguration()[all …]