Searched refs:TestCommand (Results 1 – 4 of 4) sorted by relevance
25 class TestCommand : public Command { class27 explicit TestCommand() : Command("command") {} in TestCommand() function in aapt::TestCommand38 TestCommand command; in TEST()
76 VoiceInteractor.CommandRequest req = new TestCommand("Some arg"); in onClick()151 static class TestCommand extends VoiceInteractor.CommandRequest { class in StartVoiceInteractionActivity152 public TestCommand(String arg) { in TestCommand() method in StartVoiceInteractionActivity.TestCommand
143 VoiceInteractor.CommandRequest req = new TestCommand("Some arg"); in onClick()204 static class TestCommand extends VoiceInteractor.CommandRequest { class in TestInteractionActivity205 public TestCommand(String arg) { in TestCommand() method in TestInteractionActivity.TestCommand
609 func TestCommand(t *testing.T) { func