Searched refs:connectedDevices (Results 1 – 7 of 7) sorted by relevance
89 var connectedDevices = inputManager.inputDeviceIds.toSet() regex93 connectedDevices = connectedDevices + deviceId94 sendWithLogging(connectedDevices to DeviceAdded(deviceId))100 connectedDevices = connectedDevices - deviceId101 sendWithLogging(connectedDevices to DeviceRemoved)104 sendWithLogging(connectedDevices to FreshStart)
84 val connectedDevices = currentDevices.filter { it.isConnected } regex87 connectedDevices.isEmpty() && maxConnectionState == BluetoothAdapter.STATE_CONNECTED94 ConnectionStatusModel(maxConnectionState, connectedDevices)103 val connectedDevices: List<CachedBluetoothDevice>,
163 assertThat(status.connectedDevices).isEmpty()173 assertThat(status.connectedDevices).isEmpty()183 assertThat(status.connectedDevices).isEqualTo(listOf(device))200 assertThat(status.connectedDevices).isEqualTo(listOf(device1Connected, device3Connected))
211 List<CachedBluetoothDevice> connectedDevices = mController.getConnectedDevices(); in getSecondaryLabel() local212 if (enabled && connected && !connectedDevices.isEmpty()) { in getSecondaryLabel()213 if (connectedDevices.size() > 1) { in getSecondaryLabel()217 connectedDevices.size()); in getSecondaryLabel()220 CachedBluetoothDevice device = connectedDevices.get(0); in getSecondaryLabel()
409 int connectedDevices) { in getWifiTetherSummaryForConnectedDevices() argument414 arguments.put("count", connectedDevices); in getWifiTetherSummaryForConnectedDevices()
270 whenever(bluetoothController.connectedDevices).thenReturn(listOf(device))
1313 AudioDeviceInfo[] connectedDevices = AudioManager.getDevicesStatic(1327 AudioDeviceInfo device = Stream.of(connectedDevices)