Searched refs:SIMPLE_APP_PKG (Results 1 – 6 of 6) sorted by relevance
41 private static final String SIMPLE_APP_PKG = "com.android.cts.launcherapps.simpleapp"; field in UserControlDisabledPackagesTest47 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()
27 protected static final String SIMPLE_APP_PKG = "com.android.cts.launcherapps.simpleapp"; field in BaseLauncherAppsTest46 getDevice().uninstallPackage(SIMPLE_APP_PKG); in uninstallTestApps()
107 getDevice().uninstallPackage(SIMPLE_APP_PKG); in testLauncherCallbackPackageRemovedMainUser()
60 private static final String SIMPLE_APP_PKG = "com.android.cts.launcherapps.simpleapp"; field in DeviceOwnerTest61 private static final String SIMPLE_APP_ACTIVITY = SIMPLE_APP_PKG + ".SimpleActivity";894 startActivityAsUser(userId, SIMPLE_APP_PKG, SIMPLE_APP_ACTIVITY); in startProtectedPackage()907 forceStopPackageForUser(SIMPLE_APP_PKG, userId); in tryStoppingProtectedPackage()
150 getDevice().uninstallPackage(SIMPLE_APP_PKG); in testLauncherCallbackPackageRemovedProfile()
49 private static final String SIMPLE_APP_PKG = "com.android.cts.simpleappinstall"; field in AppSecurityTests113 getDevice().uninstallPackage(SIMPLE_APP_PKG); in testAppUpgradeDifferentCerts()120 getDevice().uninstallPackage(SIMPLE_APP_PKG); in testAppUpgradeDifferentCerts()