Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A DDhcpLease.java148 static String clientIdToString(byte[] bytes) { in clientIdToString() method in DhcpLease
163 clientIdToString(mClientId), mHwAddr.toString(), inet4AddrToString(mNetAddr), in toString()
H A DDhcpLeaseRepository.java379 currentLease, DhcpLease.clientIdToString(clientId), hwAddr)); in releaseLease()