Searched refs:connectedClients (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/ |
D | WifiTetherPreferenceControllerTest.java | 273 int connectedClients = 2; in onDeviceConnected_showsDeviceConnectedSubtitle() local 275 mController.onConnectedClientsChanged(connectedClients); in onDeviceConnected_showsDeviceConnectedSubtitle() 281 WifiUtils.getWifiTetherSummaryForConnectedDevices(mContext, connectedClients)); in onDeviceConnected_showsDeviceConnectedSubtitle()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringTest.java | 3044 final List<TetheredClient> connectedClients = notifyDhcpLeasesChanged(TETHERING_WIFI_P2P, in testUpdateConnectedClients() local 3046 callback.expectTetheredClientChanged(connectedClients); in testUpdateConnectedClients() 3058 verifyHotspotClientUpdate(false /* isLocalOnly */, testMac2, wifiLease, connectedClients, in testUpdateConnectedClients() 3067 callback2.expectTetheredClientChanged(connectedClients); in testUpdateConnectedClients() 3091 final List<TetheredClient> connectedClients = new ArrayList<>(); in testUpdateConnectedClientsForLocalOnlyHotspot() local 3095 verifyHotspotClientUpdate(true /* isLocalOnly */, testMac, wifiLease, connectedClients, in testUpdateConnectedClientsForLocalOnlyHotspot() 3121 final List<TetheredClient> connectedClients = new ArrayList<>(); in testConnectedClientsForSapAndLohsConcurrency() local 3125 verifyHotspotClientUpdate(false /* isLocalOnly */, wifiMac, wifiLease, connectedClients, in testConnectedClientsForSapAndLohsConcurrency() 3139 connectedClients, eventCallbacks, callback); in testConnectedClientsForSapAndLohsConcurrency()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pServiceImpl.java | 5115 Collection<TetheredClient> connectedClients = in processMessageImpl() local 5117 if (connectedClients == null) break; in processMessageImpl() 5118 for (TetheredClient client : connectedClients) { in processMessageImpl()
|