Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java2472 p2pLeases.add(createDhcpLeaseParcelable("clientId1", testMac1, "192.168.50.24", 24, in testUpdateConnectedClients()
2500 wifiLeases.add(createDhcpLeaseParcelable("clientId2", testMac2, "192.168.43.24", 24, in testUpdateConnectedClients()
2542 private DhcpLeaseParcelable createDhcpLeaseParcelable(final String clientId, in createDhcpLeaseParcelable() method in TetheringTest