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.java92 protected void installPackage(String packageLocation) throws Exception { in installPackage() argument
93 super.installPackage(packageLocation); in installPackage()
DBasePackageInstallTest.java124 protected void installPackage(String packageLocation) throws Exception { in installPackage() argument
130 File file = new File(packageLocation); in installPackage()
/cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
DBasePackageInstallTest.java165 protected void installPackage(String packageLocation) throws Exception { in installPackage() argument
172 File file = new File(packageLocation); in installPackage()