Searched refs:SANDBOX_1_PROCESS_NAME (Results 1 – 1 of 1) sorted by relevance
66 private static final String SANDBOX_1_PROCESS_NAME = APP_PACKAGE + "_sdk_sandbox"; field in SdkSandboxLifecycleHostTest114 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 …]