Home
last modified time | relevance | path

Searched refs:ACTION_AG_EVENT (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/voicerecognition/
H A DConnectedDeviceVoiceRecognitionNotifierTest.java77 Intent intent = new Intent(BluetoothHeadsetClient.ACTION_AG_EVENT); in testReceiveIntent_started_showToast()
95 Intent intent = new Intent(BluetoothHeadsetClient.ACTION_AG_EVENT); in testReceiveIntent_invalidExtra_noToast()
110 Intent intent = new Intent(BluetoothHeadsetClient.ACTION_AG_EVENT); in testReceiveIntent_noExtra_noToast()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/voicerecognition/
H A DConnectedDeviceVoiceRecognitionNotifier.java59 || !BluetoothHeadsetClient.ACTION_AG_EVENT.equals(intent.getAction())
91 filter.addAction(BluetoothHeadsetClient.ACTION_AG_EVENT); in onBootCompleted()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/bluetooth/
H A DCarBatteryController.java128 filter.addAction(BluetoothHeadsetClient.ACTION_AG_EVENT); in startListening()
145 if (BluetoothHeadsetClient.ACTION_AG_EVENT.equals(action)) { in onReceive()
H A DConnectedDeviceSignalController.java132 filter.addAction(BluetoothHeadsetClient.ACTION_AG_EVENT); in startListening()
173 if (BluetoothHeadsetClient.ACTION_AG_EVENT.equals(action)) { in onReceive()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java1369 intent = new Intent(BluetoothHeadsetClient.ACTION_AG_EVENT); in processMessage()
1397 intent = new Intent(BluetoothHeadsetClient.ACTION_AG_EVENT); in processMessage()
1407 intent = new Intent(BluetoothHeadsetClient.ACTION_AG_EVENT); in processMessage()
1417 intent = new Intent(BluetoothHeadsetClient.ACTION_AG_EVENT); in processMessage()
1427 intent = new Intent(BluetoothHeadsetClient.ACTION_AG_EVENT); in processMessage()
1508 intent = new Intent(BluetoothHeadsetClient.ACTION_AG_EVENT); in processMessage()
1516 intent = new Intent(BluetoothHeadsetClient.ACTION_AG_EVENT); in processMessage()
1553 Intent intent = new Intent(BluetoothHeadsetClient.ACTION_AG_EVENT); in broadcastVoiceRecognitionStateChanged()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java122 public static final String ACTION_AG_EVENT = field in BluetoothHeadsetClient
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachineTest.java622 Assert.assertEquals(BluetoothHeadsetClient.ACTION_AG_EVENT, in verifyVoiceRecognitionBroadcast()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10283 Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_AG_EVENT:Ljava/lang/String;