Searched refs:TEST_MAC (Results 1 – 2 of 2) sorted by relevance
42 private static final byte[] TEST_MAC = { 1, 2, 3, 4, 5, 6 }; field in NativeWifiClientTest53 NativeWifiClient client = new NativeWifiClient(MacAddress.fromBytes(TEST_MAC)); in testGetters()55 assertThat(client.getMacAddress().toByteArray()).isEqualTo(TEST_MAC); in testGetters()60 NativeWifiClient client = new NativeWifiClient(MacAddress.fromBytes(TEST_MAC)); in canSerializeAndDeserialize()68 assertThat(clientDeserialized.getMacAddress().toByteArray()).isEqualTo(TEST_MAC); in canSerializeAndDeserialize()75 NativeWifiClient client = new NativeWifiClient(MacAddress.fromBytes(TEST_MAC)); in testEquals()
182 private static final MacAddress TEST_MAC = MacAddress.fromString(TEST_MAC_ADDRESS); field in WifiManagerTest1493 customConfigBuilder.setBssid(TEST_MAC); in testStartLocalOnlyHotspotWithConfigBssid()1510 assertEquals(TEST_MAC, softApConfig.getBssid()); in testStartLocalOnlyHotspotWithConfigBssid()2316 softApConfigBuilder.setBssid(TEST_MAC) in testSetGetSoftApConfigurationAndSoftApCapabilityCallback()2408 if (isSupportCustomizedMac) testSoftApConfigBuilder.setBssid(TEST_MAC); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()2439 assertEquals(callback.getCurrentSoftApInfo().getBssid(), TEST_MAC); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback() local