Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DPackageInstallTest.java101 private void installPackage(String packageLocation) throws Exception { in installPackage() argument
108 File file = new File(packageLocation); in installPackage()
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
DManualPackageInstallTest.java93 protected void installPackage(String packageLocation) throws Exception { in installPackage() argument
94 super.installPackage(packageLocation); in installPackage()
DBasePackageInstallTest.java125 protected void installPackage(String packageLocation) throws Exception { in installPackage() argument
131 File file = new File(packageLocation); in installPackage()
/cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
DBasePackageInstallTest.java212 protected void installPackage(String packageLocation) throws Exception { in installPackage() argument
219 File file = new File(packageLocation); in installPackage()