Searched refs:mRandomizedMacAddress (Results 1 – 2 of 2) sorted by relevance
1030 private MacAddress mRandomizedMacAddress; field in WifiConfiguration1052 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 …]
50564 Landroid/net/wifi/WifiConfiguration;->mRandomizedMacAddress:Landroid/net/MacAddress;