Home
last modified time | relevance | path

Searched refs:testMac2 (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java2487 final MacAddress testMac2 = MacAddress.fromString("22:22:22:22:22:22"); in testUpdateConnectedClients() local
2489 when(testClient.getMacAddress()).thenReturn(testMac2); in testUpdateConnectedClients()
2492 final TetheredClient noAddrClient = new TetheredClient(testMac2, in testUpdateConnectedClients()
2500 wifiLeases.add(createDhcpLeaseParcelable("clientId2", testMac2, "192.168.43.24", 24, in testUpdateConnectedClients()