Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A DDhcpLeaseRepository.java197 final DhcpLease currentLease = findByClient(clientId, hwAddr); in getOffer()
249 private DhcpLease findByClient(@Nullable byte[] clientId, @NonNull MacAddress hwAddr) { in findByClient() method in DhcpLeaseRepository
284 final DhcpLease assignedLease = findByClient(clientId, hwAddr); in requestLease()