Home
last modified time | relevance | path

Searched refs:TestAppInstallSetup (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DTestAppInstallSetupTest.java51 private TestAppInstallSetup mPrep;
74 new TestAppInstallSetup() { in setUp()
125 new TestAppInstallSetup() { in testSetupAndTeardown_install_package_only()
152 new TestAppInstallSetup() { in testSetupAndTeardown_install_packages_only()
348 new TestAppInstallSetup() { in testFindApk_override()
380 new TestAppInstallSetup() { in testFindApk_override_onlyInBuild()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandler.java24 import com.android.tradefed.targetprep.TestAppInstallSetup;
46 if (preparer instanceof TestAppInstallSetup) { in applySetup()
47 ((TestAppInstallSetup) preparer).setInstantMode(true); in applySetup()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/companion/
DCompanionTestAppInstallSetup.java27 import com.android.tradefed.targetprep.TestAppInstallSetup;
37 public class CompanionTestAppInstallSetup extends TestAppInstallSetup {
/tools/tradefederation/core/src/com/android/tradefed/targetprep/suite/
DSuiteApkInstaller.java24 import com.android.tradefed.targetprep.TestAppInstallSetup;
37 public class SuiteApkInstaller extends TestAppInstallSetup {
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DTestAppInstallSetup.java49 public class TestAppInstallSetup extends BaseTargetPreparer class