Home
last modified time | relevance | path

Searched refs:ACTION_BIND_TEST_VOICE_INTERACTION (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DVoiceInteractionServiceBindingHelper.java93 serviceIntent.setAction(Utils.ACTION_BIND_TEST_VOICE_INTERACTION); in onCreate()
110 if (Utils.ACTION_BIND_TEST_VOICE_INTERACTION.equals(intent.getAction())) { in onBind()
DProxyVoiceInteractionService.java69 public static final String ACTION_BIND_TEST_VOICE_INTERACTION = field in ProxyVoiceInteractionService
194 if (ACTION_BIND_TEST_VOICE_INTERACTION.equals(intent.getAction())) { in onBind()
/cts/hostsidetests/voiceinteraction/app/src/com/android/cts/voiceinteraction/
DAbstractVoiceInteractionServiceTest.java97 serviceIntent.setAction(ProxyVoiceInteractionService.ACTION_BIND_TEST_VOICE_INTERACTION); in setUp()
DProxyVoiceInteractionService.java66 public static final String ACTION_BIND_TEST_VOICE_INTERACTION = field in ProxyVoiceInteractionService
199 if (ACTION_BIND_TEST_VOICE_INTERACTION.equals(intent.getAction())) { in onBind()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionMultiDetectorTest.java80 serviceIntent.setAction(Utils.ACTION_BIND_TEST_VOICE_INTERACTION); in setUp()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java255 public static final String ACTION_BIND_TEST_VOICE_INTERACTION = field in Utils