Searched refs:mRandomizedMacAddress (Results 1 – 2 of 2) sorted by relevance
1031 private MacAddress mRandomizedMacAddress; field in WifiConfiguration1053 while (!isValidMacAddressForRandomization(mRandomizedMacAddress) in getOrCreateRandomizedMacAddress()1055 mRandomizedMacAddress = MacAddressUtils.createRandomUnicastAddress(); in getOrCreateRandomizedMacAddress()1059 if (!isValidMacAddressForRandomization(mRandomizedMacAddress)) { in getOrCreateRandomizedMacAddress()1060 mRandomizedMacAddress = MacAddress.fromString(WifiInfo.DEFAULT_MAC_ADDRESS); in getOrCreateRandomizedMacAddress()1062 return mRandomizedMacAddress; in getOrCreateRandomizedMacAddress()1075 return mRandomizedMacAddress; in getRandomizedMacAddress()1087 mRandomizedMacAddress = mac; in setRandomizedMacAddress()1796 mRandomizedMacAddress = MacAddress.fromString(WifiInfo.DEFAULT_MAC_ADDRESS); in WifiConfiguration()1911 sbuf.append(" mRandomizedMacAddress: ").append(mRandomizedMacAddress).append("\n"); in toString()[all …]
47165 Landroid/net/wifi/WifiConfiguration;->mRandomizedMacAddress:Landroid/net/MacAddress;