Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java151 public static final String DIRECT_ACTIONS_SESSION_CMD_GET_ACTIONS = "getActions"; field in Utils
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DDirectActionsSession.java80 case Utils.DIRECT_ACTIONS_SESSION_CMD_GET_ACTIONS: { in onShow()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DDirectActionsTest.java175 final Bundle result = executeCommand(Utils.DIRECT_ACTIONS_SESSION_CMD_GET_ACTIONS, in getDirectActions()