Searched refs:waitForProcessDeath (Results 1 – 2 of 2) sorted by relevance
119 waitForProcessDeath(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsDestroyedOnAppDestroy()126 waitForProcessDeath(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsDestroyedOnAppDestroy()145 waitForProcessDeath(SANDBOX_2_PROCESS_NAME); in testSdkSandboxIsCreatedPerApp()161 waitForProcessDeath(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsKilledOnAppUninstall()215 waitForProcessDeath(SANDBOX_1_PROCESS_NAME); in testSdkSandboxIsKilledOnLoadedSdkUpdate()232 waitForProcessDeath(SANDBOX_2_PROCESS_NAME); in testSdkSandboxIsKilledForNonLoadedSdkUpdate()251 waitForProcessDeath(SANDBOX_SHARED_2_PROCESS_NAME); in testAppsWithSharedUid_OneAppDies()269 waitForProcessDeath(SANDBOX_SHARED_2_PROCESS_NAME); in testAppOwnedSdkSandboxInterfaceRemoval_AppDies()290 waitForProcessDeath(SANDBOX_2_PROCESS_NAME); in testSandboxIsKilledWhenKillswitchEnabled()291 waitForProcessDeath(APP_2_PROCESS_NAME); in testSandboxIsKilledWhenKillswitchEnabled()[all …]
114 waitForProcessDeath(DEBUGGABLE_APP_SANDBOX_NAME); in testStartAndStopSdkSandboxSucceedsForDebuggableApp()153 waitForProcessDeath(DEBUGGABLE_APP_SANDBOX_NAME); in testStopSdkSandboxSucceedsForRunningDebuggableApp()208 private void waitForProcessDeath(String processName) throws Exception { in waitForProcessDeath() method in SdkSandboxShellHostTest