Searched refs:extraApk (Results 1 – 1 of 1) sorted by relevance
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/ |
D | DeviceInteractionHelperInstallerTest.java | 160 File extraApk = createFindableFile(testsDir, "com.helper1.apk", testInfo); in testNoOptionsValidDeviceProperty() local 161 mockApkPackage(extraApk, "com.helper1"); in testNoOptionsValidDeviceProperty() 168 expectHelperInstall(extraApk); in testNoOptionsValidDeviceProperty() 215 File extraApk = createFindableFile(testsDir, "com.helper1.apk", testInfo); in testDevicePropertyOptionOverridesDefault() local 216 mockApkPackage(extraApk, "com.helper1"); in testDevicePropertyOptionOverridesDefault() 224 expectHelperInstall(extraApk); in testDevicePropertyOptionOverridesDefault() 244 File extraApk = createFindableFile(testsDir, "MyCtsHelpers.apk", testInfo); in testInvalidApkWontInstall() local 272 File extraApk = createFindableFile(testsDir, "MyCtsHelpers.apk", testInfo); in testApkWithoutPackageWontInstall() local 273 mockApkPackage(extraApk, ""); in testApkWithoutPackageWontInstall() 302 File extraApk = createFindableFile(testsDir, "MyCtsHelpers.apk", testInfo); in testApkWithBadPackageWontInstall() local [all …]
|