Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java1932 private MacAddress mRandomizedMacAddress; field in WifiConfiguration
1969 return mRandomizedMacAddress; in getRandomizedMacAddress()
1981 mRandomizedMacAddress = mac; in setRandomizedMacAddress()
3372 mRandomizedMacAddress = MacAddress.fromString(WifiInfo.DEFAULT_MAC_ADDRESS); in WifiConfiguration()
3537 sbuf.append(" mRandomizedMacAddress: ").append(mRandomizedMacAddress).append("\n"); in toString()
4140 mRandomizedMacAddress = source.mRandomizedMacAddress; in WifiConfiguration()
4246 dest.writeParcelable(mRandomizedMacAddress, flags); in writeToParcel()
4352 config.mRandomizedMacAddress = in.readParcelable(
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1612 Landroid/net/wifi/WifiConfiguration;->mRandomizedMacAddress:Landroid/net/MacAddress;