Searched refs:APP_2_ACTIVITY (Results 1 – 1 of 1) sorted by relevance
53 private static final String APP_2_ACTIVITY = "SdkSandboxTestActivity2"; field in SdkSandboxLifecycleHostTest134 startActivity(APP_2_PACKAGE, APP_2_ACTIVITY); in testSdkSandboxIsCreatedPerApp()219 startActivity(APP_2_PACKAGE, APP_2_ACTIVITY); in testSdkSandboxIsKilledForNonLoadedSdkUpdate()281 startActivity(APP_2_PACKAGE, APP_2_ACTIVITY); in testSandboxIsKilledWhenKillswitchEnabled()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()440 if (activity.equals(APP_2_ACTIVITY)) { in startActivity()