Home
last modified time | relevance | path

Searched refs: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
38 TestCommand command; in TEST()
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
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
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
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_xml_test.go609 func TestCommand(t *testing.T) { func