Searched defs:TestCommand (Results 1 – 9 of 9) sorted by relevance
25 class TestCommand : public Command { class27 explicit TestCommand() : Command("command") {} in TestCommand() function in aapt::TestCommand
41 final class TestCommand { class50 private TestCommand(@NonNull String type, @NonNull Bundle args) { in TestCommand() method in TestCommand
30 message TestCommand { message
36 message TestCommand { message
26 message TestCommand { message
100 class TestCommand : public FrameworkCommand { class102 TestCommand() : FrameworkCommand("test") {} in TestCommand() function in __anond9fbf2030110::TestCommand
149 static class TestCommand extends VoiceInteractor.CommandRequest { class in StartVoiceInteractionActivity150 public TestCommand(String arg) { in TestCommand() method in StartVoiceInteractionActivity.TestCommand
202 static class TestCommand extends VoiceInteractor.CommandRequest { class in TestInteractionActivity203 public TestCommand(String arg) { in TestCommand() method in TestInteractionActivity.TestCommand
205 def TestCommand(self, payload_cmd, payload, expected_out): member in PayloadCommandTest