Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCommand_test.cpp25 class TestCommand : public Command { class
27 explicit TestCommand() : Command("command") {} in TestCommand() function in aapt::TestCommand
38 TestCommand command; in TEST()
/aosp14/system/core/libsysutils/src/
H A DSocketListener_test.cpp100 class TestCommand : public FrameworkCommand { class
102 TestCommand() : FrameworkCommand("test") {} in TestCommand() function in __anon21196f050110::TestCommand
103 ~TestCommand() override {} in ~TestCommand()
117 registerCmd(new TestCommand); // Leaked :-( in TestListener()
/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DStartVoiceInteractionActivity.java76 VoiceInteractor.CommandRequest req = new TestCommand("Some arg"); in onClick()
151 static class TestCommand extends VoiceInteractor.CommandRequest { class in StartVoiceInteractionActivity
152 public TestCommand(String arg) { in TestCommand() method in StartVoiceInteractionActivity.TestCommand
H A DTestInteractionActivity.java143 VoiceInteractor.CommandRequest req = new TestCommand("Some arg"); in onClick()
204 static class TestCommand extends VoiceInteractor.CommandRequest { class in TestInteractionActivity
205 public TestCommand(String arg) { in TestCommand() method in TestInteractionActivity.TestCommand