Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/src/com/android/tests/sdksandbox/host/
DSdkSandboxShellHostTest.java51 private static final String DEBUGGABLE_APP_SANDBOX_NAME = DEBUGGABLE_APP_PACKAGE field in SdkSandboxShellHostTest
107 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()