Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/src/com/android/tests/sdksandbox/host/
DSdkSandboxLifecycleHostTest.java61 private static final String SANDBOX_2_PROCESS_NAME = APP_2_PROCESS_NAME field in SdkSandboxLifecycleHostTest
137 assertThat(processDump).contains(SANDBOX_2_PROCESS_NAME); in testSdkSandboxIsCreatedPerApp()
143 waitForProcessDeath(SANDBOX_2_PROCESS_NAME); in testSdkSandboxIsCreatedPerApp()
146 assertThat(processDump).doesNotContain(SANDBOX_2_PROCESS_NAME); in testSdkSandboxIsCreatedPerApp()
224 assertThat(processDump).contains(SANDBOX_2_PROCESS_NAME); in testSdkSandboxIsKilledForNonLoadedSdkUpdate()
230 waitForProcessDeath(SANDBOX_2_PROCESS_NAME); in testSdkSandboxIsKilledForNonLoadedSdkUpdate()
284 assertThat(processDump).contains(SANDBOX_2_PROCESS_NAME); in testSandboxIsKilledWhenKillswitchEnabled()
288 waitForProcessDeath(SANDBOX_2_PROCESS_NAME); in testSandboxIsKilledWhenKillswitchEnabled()
294 assertThat(processDump).doesNotContain(SANDBOX_2_PROCESS_NAME); in testSandboxIsKilledWhenKillswitchEnabled()
313 assertThat(processDump).contains(SANDBOX_2_PROCESS_NAME); in testSpecificAppProcessIsKilledOnSandboxDeath()
[all …]