Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DConnectedClientsTracker.java54 private List<WifiClient> mLastLocalOnlyClients = Collections.emptyList(); field in ConnectedClientsTracker
91 if (localOnlyClients != null) mLastLocalOnlyClients = localOnlyClients; in updateConnectedClients()
94 final Set<MacAddress> localOnlyClientMacs = getClientMacs(mLastLocalOnlyClients); in updateConnectedClients()