Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/src/com/android/tests/sdksandbox/host/
DSdkSandboxLifecycleHostTest.java66 private static final String SANDBOX_1_PROCESS_NAME = APP_PACKAGE + "_sdk_sandbox"; field in SdkSandboxLifecycleHostTest
114 assertThat(processDump).contains(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsDestroyedOnAppDestroy()
117 waitForProcessDeath(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsDestroyedOnAppDestroy()
120 assertThat(processDump).doesNotContain(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsDestroyedOnAppDestroy()
124 waitForProcessDeath(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsDestroyedOnAppDestroy()
132 assertThat(processDump).contains(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsCreatedPerApp()
139 assertThat(processDump).contains(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsCreatedPerApp()
148 assertThat(processDump).contains(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsCreatedPerApp()
156 assertThat(processDump).contains(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsKilledOnAppUninstall()
159 waitForProcessDeath(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsKilledOnAppUninstall()
[all …]