Home
last modified time | relevance | path

Searched refs:VOICE_INTERACTION_DIRECT_ACTIONS_KEY_ACTION (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DVoiceInteractionSessionControl.java90 command.putParcelable(Utils.VOICE_INTERACTION_DIRECT_ACTIONS_KEY_ACTION, directAction); in executeCommand()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DDirectActionsSession.java193 Utils.VOICE_INTERACTION_DIRECT_ACTIONS_KEY_ACTION); in performDirectAction()
210 Utils.VOICE_INTERACTION_DIRECT_ACTIONS_KEY_ACTION); in performDirectActionAndCancel()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java233 public static final String VOICE_INTERACTION_DIRECT_ACTIONS_KEY_ACTION = "action"; field in Utils