Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DConnectedClientsTracker.java97 final TetheredClient prunedClient = pruneExpired(client, now); in updateConnectedClients() local
98 if (prunedClient == null) continue; // All addresses expired in updateConnectedClients()
100 addLease(clientsMap, prunedClient); in updateConnectedClients()