Searched defs:newLease (Results  1 – 2 of 2) sorted by relevance
| /packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/ | 
| D | DhcpLeaseRepositoryTest.java | 236             final DhcpLease newLease = mRepo.getOffer(CLIENTID_UNSPEC, macAddr,  in testGetOffer_StableAddress()  local 534             final DhcpLease newLease = mRepo.getOffer(CLIENTID_UNSPEC, mac,  in testReleaseLease_StableOffer()  local 548         final DhcpLease newLease = mRepo.getOffer(CLIENTID_UNSPEC, TEST_MAC_1,  in testMarkLeaseDeclined()  local
  | 
| /packages/modules/NetworkStack/src/android/net/dhcp/ | 
| D | DhcpLeaseRepository.java | 202         final DhcpLease newLease;  in getOffer()  local 230         final DhcpLease newLease = getOffer(clientId, hwAddr, relayAddr, null /* reqAddr */,  in getCommittedLease()  local
  |