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()
100 class TestCommand : public FrameworkCommand { class102 TestCommand() : FrameworkCommand("test") {} in TestCommand() function in __anon21196f050110::TestCommand103 ~TestCommand() override {} in ~TestCommand()117 registerCmd(new TestCommand); // Leaked :-( in TestListener()
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