Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DUserControlDisabledPackagesTest.java41 private static final String SIMPLE_APP_PKG = "com.android.cts.launcherapps.simpleapp"; field in UserControlDisabledPackagesTest
47 protectedPackages.add(SIMPLE_APP_PKG); in testSetUserControlDisabledPackages()
54 intent.setClassName(SIMPLE_APP_PKG, SIMPLE_APP_ACTIVITY); in testLaunchActivity()
62 pkgs.add(SIMPLE_APP_PKG); in testForceStopWithUserControlDisabled()
68 .containsExactly(SIMPLE_APP_PKG); in testForceStopWithUserControlDisabled()
96 assertWithMessage("Package %s stopped for user %s", SIMPLE_APP_PKG, in assertPackageStopped()
98 .that(isPackageStopped(SIMPLE_APP_PKG)).isEqualTo(stopped); in assertPackageStopped()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseLauncherAppsTest.java27 protected static final String SIMPLE_APP_PKG = "com.android.cts.launcherapps.simpleapp"; field in BaseLauncherAppsTest
46 getDevice().uninstallPackage(SIMPLE_APP_PKG); in uninstallTestApps()
DDeviceOwnerTest.java61 private static final String SIMPLE_APP_PKG = "com.android.cts.launcherapps.simpleapp"; field in DeviceOwnerTest
62 private static final String SIMPLE_APP_ACTIVITY = SIMPLE_APP_PKG + ".SimpleActivity";
856 .setStrings(new String[] {SIMPLE_APP_PKG}) in testSetUserControlDisabledPackages_singleUser_verifyMetricIsLogged()
923 .setStrings(new String[] {SIMPLE_APP_PKG}) in testSetUserControlDisabledPackages_multiUser_verifyMetricIsLogged()
1029 startActivityAsUser(userId, SIMPLE_APP_PKG, SIMPLE_APP_ACTIVITY); in startProtectedPackage()
1074 forceStopPackageForUser(SIMPLE_APP_PKG, userId); in tryStoppingProtectedPackage()
DLauncherAppsSingleUserTest.java107 getDevice().uninstallPackage(SIMPLE_APP_PKG); in testLauncherCallbackPackageRemovedMainUser()
DLauncherAppsProfileTest.java150 getDevice().uninstallPackage(SIMPLE_APP_PKG); in testLauncherCallbackPackageRemovedProfile()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAppSecurityTests.java49 private static final String SIMPLE_APP_PKG = "com.android.cts.simpleappinstall"; field in AppSecurityTests
113 getDevice().uninstallPackage(SIMPLE_APP_PKG); in testAppUpgradeDifferentCerts()
120 getDevice().uninstallPackage(SIMPLE_APP_PKG); in testAppUpgradeDifferentCerts()