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