Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCommand_test.cpp25 class TestCommand : public Command { class
27 explicit TestCommand() : Command("command") {} in TestCommand() function in aapt::TestCommand
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DStartVoiceInteractionActivity.java151 static class TestCommand extends VoiceInteractor.CommandRequest { class in StartVoiceInteractionActivity
152 public TestCommand(String arg) { in TestCommand() method in StartVoiceInteractionActivity.TestCommand
DTestInteractionActivity.java204 static class TestCommand extends VoiceInteractor.CommandRequest { class in TestInteractionActivity
205 public TestCommand(String arg) { in TestCommand() method in TestInteractionActivity.TestCommand
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_xml_test.go609 func TestCommand(t *testing.T) { func