Home
last modified time | relevance | path

Searched defs:connectedDevices (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/bluetooth/
DBluetoothRepository.kt84 val connectedDevices = currentDevices.filter { it.isConnected } in fetchConnectionStatusInBackground() constant
103 val connectedDevices: List<CachedBluetoothDevice>, constant in com.android.systemui.statusbar.policy.bluetooth.ConnectionStatusModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/data/repository/
DKeyboardRepository.kt89 var connectedDevices = inputManager.inputDeviceIds.toSet() in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java211 List<CachedBluetoothDevice> connectedDevices = mController.getConnectedDevices(); in getSecondaryLabel() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiUtils.java409 int connectedDevices) { in getWifiTetherSummaryForConnectedDevices()