Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/voicerecognition/
DConnectedDeviceVoiceRecognitionNotifierTest.java56 private static final String HEADSET_CLIENT_ACTION_AG_EVENT = field in ConnectedDeviceVoiceRecognitionNotifierTest
91 assertThat(captor.getValue().hasAction(HEADSET_CLIENT_ACTION_AG_EVENT)).isTrue(); in onBootComplete_registersReceiver()
97 Intent intent = new Intent(HEADSET_CLIENT_ACTION_AG_EVENT); in testReceiveIntent_started_showToast()
112 Intent intent = new Intent(HEADSET_CLIENT_ACTION_AG_EVENT); in testReceiveIntent_invalidExtra_noToast()
124 Intent intent = new Intent(HEADSET_CLIENT_ACTION_AG_EVENT); in testReceiveIntent_noExtra_noToast()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/voicerecognition/
DConnectedDeviceVoiceRecognitionNotifier.java49 private static final String HEADSET_CLIENT_ACTION_AG_EVENT = field in ConnectedDeviceVoiceRecognitionNotifier
66 || !HEADSET_CLIENT_ACTION_AG_EVENT.equals(intent.getAction())
101 filter.addAction(HEADSET_CLIENT_ACTION_AG_EVENT); in onBootCompleted()