Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DDeviceInteractionHelperInstallerTest.java96 private void mockApkPackage(File apk, String packageName) { in mockApkPackage() method in DeviceInteractionHelperInstallerTest
161 mockApkPackage(extraApk, "com.helper1"); in testNoOptionsValidDeviceProperty()
163 mockApkPackage(extraApk2, "com.helper2"); in testNoOptionsValidDeviceProperty()
190 mockApkPackage(otherApk, "com.fallback"); in testFallbackPackageOptionOverridesDefault()
216 mockApkPackage(extraApk, "com.helper1"); in testDevicePropertyOptionOverridesDefault()
218 mockApkPackage(extraApk2, "com.helper2"); in testDevicePropertyOptionOverridesDefault()
273 mockApkPackage(extraApk, ""); in testApkWithoutPackageWontInstall()
303 mockApkPackage(extraApk, "NotMyCtsHelpers"); in testApkWithBadPackageWontInstall()
331 mockApkPackage(extraApk, "com.helper2"); in testMissingPackageFromDevicePropertyDoesntAbort()