Home
last modified time | relevance | path

Searched defs:currentLease (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpLeaseRepository.java197 final DhcpLease currentLease = findByClient(clientId, hwAddr); in getOffer() local
330 final DhcpLease currentLease = mCommittedLeases.getOrDefault(addr, null); in checkClientAndMakeLease() local
368 final DhcpLease currentLease = mCommittedLeases.getOrDefault(addr, null); in releaseLease() local