Home
last modified time | relevance | path

Searched refs:logConnectedLeByGroupId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogLogger.kt117 fun logConnectedLeByGroupId(map: Map<Int, List<BluetoothDevice>>) { in logConnectedLeByGroupId() method
DDeviceItemActionInteractor.kt165 ?.also { logger.logConnectedLeByGroupId(it) } ?: emptyMap() in <lambda>()