Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCommand_test.cpp25 class TestCommand : public Command { class
27 explicit TestCommand() : Command("command") {} in TestCommand() function in aapt::TestCommand
38 TestCommand command; in TEST()
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DStartVoiceInteractionActivity.java74 VoiceInteractor.CommandRequest req = new TestCommand("Some arg"); in onClick()
149 static class TestCommand extends VoiceInteractor.CommandRequest { class in StartVoiceInteractionActivity
150 public TestCommand(String arg) { in TestCommand() method in StartVoiceInteractionActivity.TestCommand
DTestInteractionActivity.java141 VoiceInteractor.CommandRequest req = new TestCommand("Some arg"); in onClick()
202 static class TestCommand extends VoiceInteractor.CommandRequest { class in TestInteractionActivity
203 public TestCommand(String arg) { in TestCommand() method in TestInteractionActivity.TestCommand