Searched refs:mTetheredSoftApConnectedClients (Results 1 – 1 of 1) sorted by relevance
1043 private List<WifiClient> mTetheredSoftApConnectedClients = new ArrayList<>(); field in WifiServiceImpl.TetheredSoftApTracker1075 return mTetheredSoftApConnectedClients; in getConnectedClients()1168 mTetheredSoftApConnectedClients = new ArrayList<>(clients); in onConnectedClientsChanged()1176 callback.onConnectedClientsChanged(mTetheredSoftApConnectedClients); in onConnectedClientsChanged()