Home
last modified time | relevance | path

Searched refs:ACTION_BLUETOOTH_DEVICE_DETAILS (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogViewModel.kt37 …d.systemui.bluetooth.qsdialog.BluetoothTileDialogDelegate.Companion.ACTION_BLUETOOTH_DEVICE_DETAILS
257 Intent(ACTION_BLUETOOTH_DEVICE_DETAILS).apply { in onDeviceItemGearClicked()
DBluetoothTileDialogDelegate.kt444 const val ACTION_BLUETOOTH_DEVICE_DETAILS = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesDialogDelegate.java91 static final String ACTION_BLUETOOTH_DEVICE_DETAILS = field in HearingDevicesDialogDelegate
191 Intent intent = new Intent(ACTION_BLUETOOTH_DEVICE_DETAILS); in onDeviceItemGearClicked()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesDialogDelegateTest.java182 HearingDevicesDialogDelegate.ACTION_BLUETOOTH_DEVICE_DETAILS); in onDeviceItemGearClicked_intentActionMatch()