Searched refs:DEBUGGABLE_APP_SANDBOX_NAME (Results 1 – 1 of 1) sorted by relevance
51 private static final String DEBUGGABLE_APP_SANDBOX_NAME = DEBUGGABLE_APP_PACKAGE field in SdkSandboxShellHostTest107 waitForProcessStart(DEBUGGABLE_APP_SANDBOX_NAME); in testStartAndStopSdkSandboxSucceedsForDebuggableApp()114 waitForProcessDeath(DEBUGGABLE_APP_SANDBOX_NAME); in testStartAndStopSdkSandboxSucceedsForDebuggableApp()136 assertThat(processDump).doesNotContain(DEBUGGABLE_APP_SANDBOX_NAME); in testStartSdkSandboxFailsForIncorrectUser()142 waitForProcessStart(DEBUGGABLE_APP_SANDBOX_NAME); in testStopSdkSandboxSucceedsForRunningDebuggableApp()149 waitForProcessDeath(DEBUGGABLE_APP_SANDBOX_NAME); in testStopSdkSandboxSucceedsForRunningDebuggableApp()176 waitForProcessStart(DEBUGGABLE_APP_SANDBOX_NAME); in testStopSdkSandboxFailsForIncorrectUser()184 assertThat(processDump).contains(DEBUGGABLE_APP_SANDBOX_NAME); in testStopSdkSandboxFailsForIncorrectUser()