Home
last modified time | relevance | path

Searched refs:VOICE_INTERACTION_KEY_CONTROL (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DVoiceInteractionSessionControl.java54 mControl = result.getParcelable(Utils.VOICE_INTERACTION_KEY_CONTROL); in startVoiceInteractionSession()
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DTestVisibleActivity.java83 result.putParcelable(Utils.VOICE_INTERACTION_KEY_CONTROL, control); in onResume()
DDirectActionsActivity.java93 result.putParcelable(Utils.VOICE_INTERACTION_KEY_CONTROL, control); in onResume()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DDirectActionsSession.java123 result.putParcelable(Utils.VOICE_INTERACTION_KEY_CONTROL, control); in onShow()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionSessionVisibleActivityTest.java299 mControl = result.getParcelable(Utils.VOICE_INTERACTION_KEY_CONTROL); in startActivity()
DDirectActionsTest.java233 mControl = result.getParcelable(Utils.VOICE_INTERACTION_KEY_CONTROL); in startActivity()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java230 public static final String VOICE_INTERACTION_KEY_CONTROL = "control"; field in Utils