HomeSort by relevance Sort by last modified time
    Searched full:testpath1 (Results 1 - 3 of 3) sorted by null

  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
GTestTest.java 122 final String testPath1 = String.format("%s/%s", nativeTestPath, test1);
130 EasyMock.expect(mMockITestDevice.executeShellCommand("ls -l " + testPath1))
131 .andReturn("-rwxr-xr-x 1 root shell 1000 2009-01-01 00:00 " + testPath1);
393 final String testPath1 = String.format("%s/%s", nativeTestPath, test1);
399 EasyMock.expect(mMockITestDevice.isDirectory(testPath1)).andReturn(false);
400 EasyMock.expect(mMockITestDevice.executeShellCommand("ls -l " + testPath1))
401 .andReturn("-rwxr-xr-x 1 root shell 7 2009-01-01 00:00 " + testPath1);
  /cts/tests/tests/content/src/android/content/cts/
ContentUrisTest.java 26 private static final String PATH1 = "testPath1";
UriMatcherTest.java 27 private static final String sPath1 = "testPath1";

Completed in 3378 milliseconds