Home
last modified time | relevance | path

Searched refs:VOICE_INTERACTION_KEY_CONTROL (Results 1 – 5 of 5) 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/common/src/android/voiceinteraction/common/
DUtils.java190 public static final String VOICE_INTERACTION_KEY_CONTROL = "control"; field in Utils
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java80 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/
DDirectActionsTest.java196 mControl = result.getParcelable(Utils.VOICE_INTERACTION_KEY_CONTROL); in startActivity()