Searched refs:TestAppInstallSetup (Results 1 – 5 of 5) sorted by relevance
51 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()
24 import com.android.tradefed.targetprep.TestAppInstallSetup;46 if (preparer instanceof TestAppInstallSetup) { in applySetup()47 ((TestAppInstallSetup) preparer).setInstantMode(true); in applySetup()
27 import com.android.tradefed.targetprep.TestAppInstallSetup;37 public class CompanionTestAppInstallSetup extends TestAppInstallSetup {
24 import com.android.tradefed.targetprep.TestAppInstallSetup;37 public class SuiteApkInstaller extends TestAppInstallSetup {
49 public class TestAppInstallSetup extends BaseTargetPreparer class