Searched refs:APP_2_PACKAGE (Results 1 – 2 of 2) sorted by relevance
46 private static final String APP_2_PACKAGE = "com.android.sdksandbox.app2"; field in SdkSandboxLifecycleHostTest134 startActivity(APP_2_PACKAGE, APP_2_ACTIVITY); in testSdkSandboxIsCreatedPerApp()141 killApp(APP_2_PACKAGE); in testSdkSandboxIsCreatedPerApp()219 startActivity(APP_2_PACKAGE, APP_2_ACTIVITY); in testSdkSandboxIsKilledForNonLoadedSdkUpdate()281 startActivity(APP_2_PACKAGE, APP_2_ACTIVITY); in testSandboxIsKilledWhenKillswitchEnabled()308 startActivity(APP_2_PACKAGE, APP_2_EMPTY_ACTIVITY); in testSpecificAppProcessIsKilledOnSandboxDeath()309 startActivity(APP_2_PACKAGE, APP_2_ACTIVITY); in testSpecificAppProcessIsKilledOnSandboxDeath()377 startActivity(APP_2_PACKAGE, APP_2_ACTIVITY); in testBackgroundingAppReducesSandboxPriority()422 startActivity(APP_2_PACKAGE, APP_2_ACTIVITY); in testSdkSandboxProcessNameForSecondaryUser()439 if (pkg.equals(APP_2_PACKAGE)) { in startActivity()[all …]
44 private static final String APP_2_PACKAGE = "com.android.sdksandbox.cts.app2"; field in SdkSandboxDataIsolationHostTest78 uninstallPackage(APP_2_PACKAGE); in setUp()85 uninstallPackage(APP_2_PACKAGE); in tearDown()155 .executeShellCommand("pm move-package " + APP_2_PACKAGE + " " + uuid)); in testSdkSandboxDataIsolation_CannotVerifyAcrossVolumes()