Home
last modified time | relevance | path

Searched defs:processDump (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/src/com/android/tests/sdksandbox/host/
DSdkSandboxLifecycleHostTest.java112 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testSdkSandboxIsDestroyedOnAppDestroy() local
130 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testSdkSandboxIsCreatedPerApp() local
154 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testSdkSandboxIsKilledOnAppUninstall() local
176 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testSandboxIsCreatedPerUser() local
205 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testSdkSandboxIsKilledOnLoadedSdkUpdate() local
222 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testSdkSandboxIsKilledForNonLoadedSdkUpdate() local
252 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testAppsWithSharedUid_OneAppDies() local
282 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testSandboxIsKilledWhenKillswitchEnabled() local
310 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testSpecificAppProcessIsKilledOnSandboxDeath() local
347 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testBackgroundingAppReducesSandboxPriority() local
[all …]
DSdkSandboxShellHostTest.java123 String processDump = getDevice().executeShellCommand("ps -A"); in testStartSdkSandboxFailsForNonDebuggableApp() local
135 String processDump = getDevice().executeShellCommand("ps -A"); in testStartSdkSandboxFailsForIncorrectUser() local
169 String processDump = getDevice().executeShellCommand("ps -A"); in testStopSdkSandboxFailsForNonDebuggableApp() local
183 String processDump = getDevice().executeShellCommand("ps -A"); in testStopSdkSandboxFailsForIncorrectUser() local
198 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in waitForProcessStart() local
207 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in waitForProcessDeath() local