Searched refs:connectedDevices (Results 1 – 9 of 9) sorted by relevance
93 var connectedDevices = inputManager.inputDeviceIds.toSet() in <lambda>() variable97 connectedDevices = connectedDevices + deviceId in <lambda>()98 sendWithLogging(connectedDevices to DeviceAdded(deviceId)) in <lambda>()104 connectedDevices = connectedDevices - deviceId in <lambda>()105 sendWithLogging(connectedDevices to DeviceRemoved) in <lambda>()108 sendWithLogging(connectedDevices to FreshStart) in <lambda>()
85 val connectedDevices = currentDevices.filter { it.isConnected } in fetchConnectionStatusInBackground() constant88 connectedDevices.isEmpty() && maxConnectionState == BluetoothAdapter.STATE_CONNECTED in fetchConnectionStatusInBackground()95 ConnectionStatusModel(maxConnectionState, connectedDevices) in fetchConnectionStatusInBackground()104 val connectedDevices: List<CachedBluetoothDevice>, constant in com.android.systemui.statusbar.policy.bluetooth.ConnectionStatusModel
163 assertThat(status.connectedDevices).isEmpty() in <lambda>()173 assertThat(status.connectedDevices).isEmpty() in <lambda>()183 assertThat(status.connectedDevices).isEqualTo(listOf(device)) in <lambda>()200 assertThat(status.connectedDevices).isEqualTo(listOf(device1Connected, device3Connected)) in <lambda>()
250 List<CachedBluetoothDevice> connectedDevices = mController.getConnectedDevices(); in getSecondaryLabel() local251 if (enabled && connected && !connectedDevices.isEmpty()) { in getSecondaryLabel()252 if (connectedDevices.size() > 1) { in getSecondaryLabel()256 connectedDevices.size()); in getSecondaryLabel()259 CachedBluetoothDevice device = connectedDevices.get(0); in getSecondaryLabel()
175 List<HdmiDeviceInfo> connectedDevices = hdmiControlManager.getConnectedDevices(); in getHdmiOutDeviceName() local176 for (HdmiDeviceInfo deviceInfo : connectedDevices) { in getHdmiOutDeviceName()
462 connectedDevices: Int in <lambda>()469 arguments["count"] = connectedDevices in <lambda>()
318 whenever(bluetoothController.connectedDevices).thenReturn(listOf(device)) in addConnectedDevice()
1134 List<BluetoothDevice> connectedDevices = mServiceBroadcastAssistant.getConnectedDevices(); in updateFallbackActiveDeviceIfNeeded() local1136 connectedDevices.stream() in updateFallbackActiveDeviceIfNeeded()
1669 AudioDeviceInfo[] connectedDevices = AudioManager.getDevicesStatic(1683 AudioDeviceInfo device = Stream.of(connectedDevices)