Searched defs:connectedDevices (Results 1 – 4 of 4) sorted by relevance
84 val connectedDevices = currentDevices.filter { it.isConnected } in fetchConnectionStatusInBackground() constant103 val connectedDevices: List<CachedBluetoothDevice>, constant in com.android.systemui.statusbar.policy.bluetooth.ConnectionStatusModel
89 var connectedDevices = inputManager.inputDeviceIds.toSet() in <lambda>() variable
211 List<CachedBluetoothDevice> connectedDevices = mController.getConnectedDevices(); in getSecondaryLabel() local
409 int connectedDevices) { in getWifiTetherSummaryForConnectedDevices()