Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpLease.java149 static String clientIdToString(byte[] bytes) { in clientIdToString() method in DhcpLease
164 clientIdToString(mClientId), mHwAddr.toString(), inet4AddrToString(mNetAddr), in toString()
DDhcpLeaseRepository.java383 currentLease, DhcpLease.clientIdToString(clientId), hwAddr)); in releaseLease()