Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/src/com/android/tests/sdksandbox/host/
DSdkSandboxLifecycleHostTest.java53 private static final String APP_2_ACTIVITY = "SdkSandboxTestActivity2"; field in SdkSandboxLifecycleHostTest
134 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()