Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DTestVisibleActivity.java74 case Utils.VOICE_INTERACTION_ACTIVITY_CMD_CRASH: { in onResume()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionSessionVisibleActivityTest.java334 executeRemoteCommand(Utils.VOICE_INTERACTION_ACTIVITY_CMD_CRASH); in crashActivity()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java242 public static final String VOICE_INTERACTION_ACTIVITY_CMD_CRASH = "crash"; field in Utils