Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/src/com/android/tests/sdksandbox/host/
DSdkSandboxLifecycleHostTest.java52 private static final String APP_ACTIVITY = "SdkSandboxTestActivity"; field in SdkSandboxLifecycleHostTest
111 startActivity(APP_PACKAGE, APP_ACTIVITY); in testSdkSandboxIsDestroyedOnAppDestroy()
129 startActivity(APP_PACKAGE, APP_ACTIVITY); in testSdkSandboxIsCreatedPerApp()
153 startActivity(APP_PACKAGE, APP_ACTIVITY); in testSdkSandboxIsKilledOnAppUninstall()
175 startActivity(APP_PACKAGE, APP_ACTIVITY); in testSandboxIsCreatedPerUser()
188 startActivity(APP_PACKAGE, APP_ACTIVITY); in testSandboxIsCreatedPerUser()
202 startActivity(APP_PACKAGE, APP_ACTIVITY); in testSdkSandboxIsKilledOnLoadedSdkUpdate()
344 startActivity(APP_PACKAGE, APP_ACTIVITY); in testBackgroundingAppReducesSandboxPriority()
395 startActivity(APP_PACKAGE, APP_ACTIVITY); in testSandboxReconnectionAfterDeath()
DSdkSandboxShellHostTest.java49 private static final String APP_ACTIVITY = "SdkSandboxTestActivity"; field in SdkSandboxShellHostTest
162 startActivity(APP_PACKAGE, APP_ACTIVITY); in testStopSdkSandboxFailsForNonDebuggableApp()