Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
H A DTestCommand.java41 final class TestCommand { class
50 private TestCommand(@NonNull String type, @NonNull Bundle args) { in TestCommand() method in TestCommand
/aosp12/system/chre/apps/test/common/proto/
H A Dchre_audio_concurrency_test.proto30 message TestCommand { message
H A Dchre_stress_test.proto36 message TestCommand { message
H A Dchre_settings_test.proto26 message TestCommand { message
/aosp12/system/core/libsysutils/src/
H A DSocketListener_test.cpp100 class TestCommand : public FrameworkCommand { class
102 TestCommand() : FrameworkCommand("test") {} in TestCommand() function in __anond9fbf2030110::TestCommand
/aosp12/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DStartVoiceInteractionActivity.java149 static class TestCommand extends VoiceInteractor.CommandRequest { class in StartVoiceInteractionActivity
150 public TestCommand(String arg) { in TestCommand() method in StartVoiceInteractionActivity.TestCommand
H A DTestInteractionActivity.java202 static class TestCommand extends VoiceInteractor.CommandRequest { class in TestInteractionActivity
203 public TestCommand(String arg) { in TestCommand() method in TestInteractionActivity.TestCommand
/aosp12/system/update_engine/scripts/
H A Dpayload_info_unittest.py205 def TestCommand(self, payload_cmd, payload, expected_out): member in PayloadCommandTest