Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java184 extras.putString(Utils.TEST_ONCOMMAND_RESULT, Utils.TEST_ONCOMMAND_RESULT_VALUE); in onRequestCommand()
193 Utils.TEST_ONCOMMAND_RESULT + " = " + Utils.TEST_ONCOMMAND_RESULT_VALUE); in onRequestCommand()
293 Utils.TEST_ONCOMMAND_RESULT_VALUE); in doInBackground()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java111 public static final String TEST_ONCOMMAND_RESULT_VALUE = "test_oncommand_result value"; field in Utils
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DTestApp.java265 if (received != null && received.equals(Utils.TEST_ONCOMMAND_RESULT_VALUE)) { in commandRequest()