Searched refs:currentMacString (Results 1 – 1 of 1) sorted by relevance
3400 String currentMacString = mWifiNative.getMacAddress(mInterfaceName); in configureRandomizedMacAddress() local3401 MacAddress currentMac = currentMacString == null ? null : in configureRandomizedMacAddress()3402 MacAddress.fromString(currentMacString); in configureRandomizedMacAddress()3415 + currentMacString + " = " + setMacSuccess); in configureRandomizedMacAddress()