Home
last modified time | relevance | path

Searched refs:installApk (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/config/yaml/
DConfigurationYamlParserTest.java110 ITargetPreparer installApk = config.getTargetPreparers().get(defaultPreparers + 2); in testParseConfig() local
111 assertTrue(installApk instanceof SuiteApkInstaller); in testParseConfig()
112 assertThat(((SuiteApkInstaller) installApk).getTestsFileName()) in testParseConfig()
152 ITargetPreparer installApk = config.getTargetPreparers().get(2); in testParseModule() local
153 assertTrue(installApk instanceof SuiteApkInstaller); in testParseModule()
154 assertThat(((SuiteApkInstaller) installApk).getTestsFileName()) in testParseModule()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DInstallAllTestZipAppsSetup.java163 installApk(f, device); in installApksRecursively()
199 void installApk(File appFile, ITestDevice device) in installApk() method in InstallAllTestZipAppsSetup
DAllTestAppsInstallSetup.java135 installApk(f, device); in installApksRecursively()
150 void installApk(File appFile, ITestDevice device) throws TargetSetupError, in installApk() method in AllTestAppsInstallSetup
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DInstallAllTestZipAppsSetupTest.java211 mPrep.installApk(new File(file), mMockTestDevice); in testInstallFailure()
229 mPrep.installApk(new File(file), mMockTestDevice); in testInstallFailureNoStop()
DAllTestAppsInstallSetupTest.java172 mPrep.installApk(new File("TEST"), mMockTestDevice); in testInstallFailure()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationTest.java797 private TestAppInstallSetup installApk(String apkResourcePath, TestInformation testInfo) in installApk() method in InstrumentationTest
817 mOrchestratorSetup = installApk("test-orchestrator-normalized.apk", testInfo); in installOrchestratorHelperApks()
818 mTestServicesSetup = installApk("test-services-normalized.apk", testInfo); in installOrchestratorHelperApks()