Home
last modified time | relevance | path

Searched defs: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
/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DStartVoiceInteractionActivity.java151 static class TestCommand extends VoiceInteractor.CommandRequest { class in StartVoiceInteractionActivity
152 public TestCommand(String arg) { in TestCommand() method in StartVoiceInteractionActivity.TestCommand
H A DTestInteractionActivity.java204 static class TestCommand extends VoiceInteractor.CommandRequest { class in TestInteractionActivity
205 public TestCommand(String arg) { in TestCommand() method in TestInteractionActivity.TestCommand
/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