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.java1030 private MacAddress mRandomizedMacAddress; field in WifiConfiguration
1052 while (!isValidMacAddressForRandomization(mRandomizedMacAddress) in getOrCreateRandomizedMacAddress()
1054 mRandomizedMacAddress = MacAddress.createRandomUnicastAddress(); in getOrCreateRandomizedMacAddress()
1058 if (!isValidMacAddressForRandomization(mRandomizedMacAddress)) { in getOrCreateRandomizedMacAddress()
1059 mRandomizedMacAddress = MacAddress.fromString(WifiInfo.DEFAULT_MAC_ADDRESS); in getOrCreateRandomizedMacAddress()
1061 return mRandomizedMacAddress; in getOrCreateRandomizedMacAddress()
1074 return mRandomizedMacAddress; in getRandomizedMacAddress()
1086 mRandomizedMacAddress = mac; in setRandomizedMacAddress()
1795 mRandomizedMacAddress = MacAddress.fromString(WifiInfo.DEFAULT_MAC_ADDRESS); in WifiConfiguration()
1910 sbuf.append(" mRandomizedMacAddress: ").append(mRandomizedMacAddress).append("\n"); in toString()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt50564 Landroid/net/wifi/WifiConfiguration;->mRandomizedMacAddress:Landroid/net/MacAddress;