Searched refs:TestAppInstallSetup (Results 1 – 7 of 7) sorted by relevance
19 import static com.android.tradefed.targetprep.TestAppInstallSetup.TEST_FILE_NAME_OPTION;20 import static com.android.tradefed.targetprep.TestAppInstallSetup.THROW_IF_NOT_FOUND_OPTION;71 private TestAppInstallSetup mPrep;98 new TestAppInstallSetup() { in setUp()161 new TestAppInstallSetup() { in testSetupAndTeardown_install_package_only()389 new TestAppInstallSetup() { in testFindApk_override()421 new TestAppInstallSetup() { in testFindApk_override_onlyInBuild()451 TestAppInstallSetup preparer = in setUp_emptyDirectoryWithNoThrowOption_installsNothing()468 TestAppInstallSetup preparer = in setUp_emptyDirectory_throwsException()491 TestAppInstallSetup preparer = in setUp_directoryNotContainingApkFiles_throwsException()[all …]
24 import com.android.tradefed.targetprep.TestAppInstallSetup;55 assertEquals(1, metrics.get(TestAppInstallSetup.class.getName()).longValue()); in testTrackingWithParents()61 assertEquals(2, metrics.get(TestAppInstallSetup.class.getName()).longValue()); in testTrackingWithParents()73 assertNull(metrics.get(TestAppInstallSetup.class.getName())); in testTracking()79 assertNull(metrics.get(TestAppInstallSetup.class.getName())); in testTracking()
26 import com.android.tradefed.targetprep.TestAppInstallSetup;131 if (preparer instanceof TestAppInstallSetup) { in ensureApkUninstalled()132 TestAppInstallSetup installer = (TestAppInstallSetup) preparer; in ensureApkUninstalled()
24 import com.android.tradefed.targetprep.TestAppInstallSetup;46 if (preparer instanceof TestAppInstallSetup) { in applySetup()47 ((TestAppInstallSetup) preparer).setInstantMode(true); in applySetup()
25 import com.android.tradefed.targetprep.TestAppInstallSetup;35 public class CompanionTestAppInstallSetup extends TestAppInstallSetup {
23 import com.android.tradefed.targetprep.TestAppInstallSetup;33 public class SuiteApkInstaller extends TestAppInstallSetup {
67 public class TestAppInstallSetup extends BaseTargetPreparer implements IAbiReceiver { class