Searched refs:waitForProcessDeath (Results 1 – 2 of 2) sorted by relevance
117 waitForProcessDeath(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsDestroyedOnAppDestroy()124 waitForProcessDeath(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsDestroyedOnAppDestroy()143 waitForProcessDeath(SANDBOX_2_PROCESS_NAME); in testSdkSandboxIsCreatedPerApp()159 waitForProcessDeath(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsKilledOnAppUninstall()213 waitForProcessDeath(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsKilledOnLoadedSdkUpdate()230 waitForProcessDeath(SANDBOX_2_PROCESS_NAME); in testSdkSandboxIsKilledForNonLoadedSdkUpdate()249 waitForProcessDeath(SANDBOX_SHARED_2_PROCESS_NAME); in testAppsWithSharedUid_OneAppDies()267 waitForProcessDeath(SANDBOX_SHARED_2_PROCESS_NAME); in testAppOwnedSdkSandboxInterfaceRemoval_AppDies()288 waitForProcessDeath(SANDBOX_2_PROCESS_NAME); in testSandboxIsKilledWhenKillswitchEnabled()289 waitForProcessDeath(APP_2_PROCESS_NAME); in testSandboxIsKilledWhenKillswitchEnabled()[all …]
114 waitForProcessDeath(DEBUGGABLE_APP_SANDBOX_NAME); in testStartAndStopSdkSandboxSucceedsForDebuggableApp()149 waitForProcessDeath(DEBUGGABLE_APP_SANDBOX_NAME); in testStopSdkSandboxSucceedsForRunningDebuggableApp()204 private void waitForProcessDeath(String processName) throws Exception { in waitForProcessDeath() method in SdkSandboxShellHostTest