Searched refs:logConnectedLeByGroupId (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/ | ||
D | BluetoothTileDialogLogger.kt | 117 fun logConnectedLeByGroupId(map: Map<Int, List<BluetoothDevice>>) { in logConnectedLeByGroupId() method in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogLogger |
D | DeviceItemActionInteractor.kt | 165 ?.also { logger.logConnectedLeByGroupId(it) } ?: emptyMap() in <lambda>() |