Searched refs:TEST_GLOBAL_MAC_ADDRESS (Results 1 – 1 of 1) sorted by relevance
187 private static final MacAddress TEST_GLOBAL_MAC_ADDRESS = field in ClientModeImplTest491 TEST_GLOBAL_MAC_ADDRESS); in setUp()493 .thenReturn(TEST_GLOBAL_MAC_ADDRESS.toString()); in setUp()2789 assertEquals(TEST_GLOBAL_MAC_ADDRESS.toString(), mCmi.getWifiInfo().getMacAddress()); in testConnectedMacRandomizationNotSupported()2866 verify(mWifiNative).setMacAddress(WIFI_IFACE_NAME, TEST_GLOBAL_MAC_ADDRESS); in testConnectedMacRandomizationRandomizationNoneDifferentMac()2869 assertEquals(TEST_GLOBAL_MAC_ADDRESS.toString(), mCmi.getWifiInfo().getMacAddress()); in testConnectedMacRandomizationRandomizationNoneDifferentMac()2894 assertEquals(TEST_GLOBAL_MAC_ADDRESS.toString(), mCmi.getWifiInfo().getMacAddress()); in testConnectedMacRandomizationRandomizationNoneSameMac()3512 .thenReturn(TEST_GLOBAL_MAC_ADDRESS.toString()); in verifyWifiInfoMacUpdatedWithNetworkConnectionWhileConnected()3515 assertEquals(TEST_GLOBAL_MAC_ADDRESS.toString(), mCmi.getWifiInfo().getMacAddress()); in verifyWifiInfoMacUpdatedWithNetworkConnectionWhileConnected()3946 assertEquals(TEST_GLOBAL_MAC_ADDRESS.toString(), mCmi.getFactoryMacAddress()); in testGetFactoryMacAddressSuccess()[all …]