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

  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceTest.java 44 public String getTestAppPath();
DeviceTestCase.java 55 public String getTestAppPath() {
DeviceTestSuite.java 72 public String getTestAppPath() {
  /frameworks/base/core/tests/hosttests/src/android/net/
DownloadManagerHostTests.java 64 assertNotNull(getTestAppPath());
85 mPMUtils.installAppAndVerifyExistsOnDevice(String.format("%s%s%s", getTestAppPath(),
102 mPMUtils.installAppAndVerifyExistsOnDevice(String.format("%s%s%s", getTestAppPath(),
124 mPMUtils.installAppAndVerifyExistsOnDevice(String.format("%s%s%s", getTestAppPath(),
157 mPMUtils.installAppAndVerifyExistsOnDevice(String.format("%s%s%s", getTestAppPath(),
172 mPMUtils.installAppAndVerifyExistsOnDevice(String.format("%s%s%s", getTestAppPath(),
187 mPMUtils.installAppAndVerifyExistsOnDevice(String.format("%s%s%s", getTestAppPath(),
202 mPMUtils.installAppAndVerifyExistsOnDevice(String.format("%s%s%s", getTestAppPath(),
  /cts/tests/appsecurity-tests/src/com/android/cts/appsecurity/
AppSecurityTests.java 86 assertNotNull(getTestAppPath());
267 return String.format("%s%s%s", getTestAppPath(), File.separator, fileName);
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerStressHostTests.java 136 return String.format("%s%s%s", getTestAppPath(), File.separator, fileName);
PackageManagerHostTests.java 125 assertNotNull(getTestAppPath());
146 return String.format("%s%s%s", getTestAppPath(), File.separator, fileName);
    [all...]

Completed in 858 milliseconds