Searched refs:HEADSET_CLIENT_ACTION_AG_EVENT (Results 1 – 2 of 2) sorted by relevance
56 private static final String HEADSET_CLIENT_ACTION_AG_EVENT = field in ConnectedDeviceVoiceRecognitionNotifierTest91 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()
49 private static final String HEADSET_CLIENT_ACTION_AG_EVENT = field in ConnectedDeviceVoiceRecognitionNotifier66 || !HEADSET_CLIENT_ACTION_AG_EVENT.equals(intent.getAction())101 filter.addAction(HEADSET_CLIENT_ACTION_AG_EVENT); in onBootCompleted()