Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DCustomDeviceOwnerTest.java54 private static final String PACKAGE_INSTALLER_PKG = "com.android.cts.packageinstaller"; field in CustomDeviceOwnerTest
57 PACKAGE_INSTALLER_PKG + "/" + ".ClearDeviceOwnerTest$BasicAdminReceiver";
59 PACKAGE_INSTALLER_PKG + ".ClearDeviceOwnerTest";
143 assertTrue(runDeviceTests(PACKAGE_INSTALLER_PKG, in testSilentPackageInstall()
144 PACKAGE_INSTALLER_PKG + ".SilentPackageInstallTest")); in testSilentPackageInstall()
146 assertTrue("Failed to remove device owner.", runDeviceTests(PACKAGE_INSTALLER_PKG, in testSilentPackageInstall()
151 getDevice().uninstallPackage(PACKAGE_INSTALLER_PKG); in testSilentPackageInstall()
DDeviceAndProfileOwnerTest.java50 private static final String PACKAGE_INSTALLER_PKG = "com.android.cts.packageinstaller"; field in DeviceAndProfileOwnerTest
236 assertTrue(runDeviceTestsAsUser(PACKAGE_INSTALLER_PKG, ".ManualPackageInstallTest", in testPackageInstallUserRestrictions()
249 assertTrue(runDeviceTestsAsUser(PACKAGE_INSTALLER_PKG, ".ManualPackageInstallTest", in testPackageInstallUserRestrictions()