Searched refs:installApk (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/config/yaml/ |
D | ConfigurationYamlParserTest.java | 110 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/ |
D | InstallAllTestZipAppsSetup.java | 163 installApk(f, device); in installApksRecursively() 199 void installApk(File appFile, ITestDevice device) in installApk() method in InstallAllTestZipAppsSetup
|
D | AllTestAppsInstallSetup.java | 135 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/ |
D | InstallAllTestZipAppsSetupTest.java | 211 mPrep.installApk(new File(file), mMockTestDevice); in testInstallFailure() 229 mPrep.installApk(new File(file), mMockTestDevice); in testInstallFailureNoStop()
|
D | AllTestAppsInstallSetupTest.java | 172 mPrep.installApk(new File("TEST"), mMockTestDevice); in testInstallFailure()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | InstrumentationTest.java | 797 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()
|