Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpServerTest.java107 private static final DhcpLease TEST_LEASE = new DhcpLease(null, TEST_CLIENT_MAC, field in DhcpServerTest
239 .thenReturn(TEST_LEASE); in testDiscover()
258 eq(INADDR_ANY) /* relayAddr */, isNull() /* hostname */)).thenReturn(TEST_LEASE); in testDiscover_RapidCommit()