Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpLeaseRepository.java251 if (lease.matchesClient(clientId, hwAddr)) { in findByClient()
331 if (currentLease != null && !currentLease.matchesClient(clientId, hwAddr)) { in checkClientAndMakeLease()
373 if (currentLease.matchesClient(clientId, hwAddr)) { in releaseLease()
DDhcpLease.java121 public boolean matchesClient(@Nullable byte[] clientId, @NonNull MacAddress hwAddr) { in matchesClient() method in DhcpLease