Searched refs:mRandomizedMacAddress (Results 1 – 2 of 2) sorted by relevance
1691 private MacAddress mRandomizedMacAddress; field in WifiConfiguration1728 return mRandomizedMacAddress; in getRandomizedMacAddress()1740 mRandomizedMacAddress = mac; in setRandomizedMacAddress()2885 mRandomizedMacAddress = MacAddress.fromString(WifiInfo.DEFAULT_MAC_ADDRESS); in WifiConfiguration()3020 sbuf.append(" mRandomizedMacAddress: ").append(mRandomizedMacAddress).append("\n"); in toString()3626 mRandomizedMacAddress = source.mRandomizedMacAddress; in WifiConfiguration()3710 dest.writeParcelable(mRandomizedMacAddress, flags); in writeToParcel()3795 config.mRandomizedMacAddress = in.readParcelable(null);
1612 Landroid/net/wifi/WifiConfiguration;->mRandomizedMacAddress:Landroid/net/MacAddress;