Searched refs:currentMac (Results 1 – 2 of 2) sorted by relevance
6306 MacAddress currentMac = macAddressCaptor.getValue(); in testRandomizeMacAddressOnStart() local6310 mCmi.getFactoryMacAddress(), currentMac.toString()); in testRandomizeMacAddressOnStart()6328 MacAddress currentMac = macAddressCaptor.getValue(); in testRandomizeMacAddressFailedRetryOnInterfaceUp() local6344 mCmi.getFactoryMacAddress(), currentMac.toString()); in testRandomizeMacAddressFailedRetryOnInterfaceUp()
4325 MacAddress currentMac = NativeUtil.getMacAddressOrNull(currentMacString); in configureRandomizedMacAddress() local4330 } else if (Objects.equals(newMac, currentMac)) { in configureRandomizedMacAddress()