Searched refs:ShellInjector (Results 1 – 1 of 1) sorted by relevance
| /packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/ |
| D | SdkSandboxShellCommandUnitTest.java | 147 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStartFailsForInvalidPackage() 164 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStartFailsWhenSdkSandboxDisabled() 182 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStartFailsForNonDebuggablePackage() 211 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStartFailsWhenSandboxAlreadyRunning() 236 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStartSucceedsForDebuggablePackageWhenNotAlreadyRunning() 263 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStartFailsWhenBindingSandboxFails() 285 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStopFailsForInvalidPackage() 303 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStopFailsForNonDebuggablePackage() 330 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStopFailsWhenSandboxIsNotRunning() 353 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStopSucceedsForDebuggablePackageWhenAlreadyRunning() [all …]
|