Searched defs:processDump (Results 1 – 3 of 3) sorted by relevance
| /packages/modules/AdServices/sdksandbox/tests/hostsidetests/src/com/android/tests/sdksandbox/host/ |
| D | SdkSandboxLifecycleHostTest.java | 114 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testSdkSandboxIsDestroyedOnAppDestroy() local 132 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testSdkSandboxIsCreatedPerApp() local 156 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testSdkSandboxIsKilledOnAppUninstall() local 178 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testSandboxIsCreatedPerUser() local 207 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testSdkSandboxIsKilledOnLoadedSdkUpdate() local 224 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testSdkSandboxIsKilledForNonLoadedSdkUpdate() local 254 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testAppsWithSharedUid_OneAppDies() local 284 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testSandboxIsKilledWhenKillswitchEnabled() local 312 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testSpecificAppProcessIsKilledOnSandboxDeath() local 349 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in testBackgroundingAppReducesSandboxPriority() local [all …]
|
| D | SdkSandboxShellHostTest.java | 123 String processDump = getDevice().executeShellCommand("ps -A"); in testStartSdkSandboxFailsForNonDebuggableApp() local 135 String processDump = getDevice().executeShellCommand("ps -A"); in testStartSdkSandboxFailsForIncorrectUser() local 173 String processDump = getDevice().executeShellCommand("ps -A"); in testStopSdkSandboxFailsForNonDebuggableApp() local 187 String processDump = getDevice().executeShellCommand("ps -A"); in testStopSdkSandboxFailsForIncorrectUser() local 202 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in waitForProcessStart() local 211 String processDump = getDevice().executeAdbCommand("shell", "ps", "-A"); in waitForProcessDeath() local
|
| /packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxRestrictionsHostTest/src/com/android/tests/sdksandbox/restrictions/host/ |
| D | SdkSandboxRestrictionsHostTest.java | 92 String processDump = getDevice().executeShellCommand("dumpsys sdk_sandbox"); in testInvalidateETSV() local
|