Home
last modified time | relevance | path

Searched refs:mRandomizedMacAddress (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java1031 private MacAddress mRandomizedMacAddress; field in WifiConfiguration
1053 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt47165 Landroid/net/wifi/WifiConfiguration;->mRandomizedMacAddress:Landroid/net/MacAddress;