HomeSort by relevance Sort by last modified time
    Searched refs:TestCommand (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
StartVoiceInteractionActivity.java 74 VoiceInteractor.CommandRequest req = new TestCommand("Some arg");
149 static class TestCommand extends VoiceInteractor.CommandRequest {
150 public TestCommand(String arg) {
TestInteractionActivity.java 141 VoiceInteractor.CommandRequest req = new TestCommand("Some arg");
202 static class TestCommand extends VoiceInteractor.CommandRequest {
203 public TestCommand(String arg) {
  /prebuilts/go/darwin-x86/src/os/exec/
lp_windows_test.go 501 func TestCommand(t *testing.T) {
502 tmp, err := ioutil.TempDir("", "TestCommand")
  /prebuilts/go/linux-x86/src/os/exec/
lp_windows_test.go 501 func TestCommand(t *testing.T) {
502 tmp, err := ioutil.TempDir("", "TestCommand")

Completed in 83 milliseconds