Searched refs:ShellInjector (Results 1 – 2 of 2) sorted by relevance
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/ |
D | SdkSandboxShellCommandUnitTest.java | 153 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStartFailsForInvalidPackage() 170 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStartFailsWhenSdkSandboxDisabled() 187 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStartFailsForNonDebuggablePackage() 217 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStartFailsWhenSandboxAlreadyRunning() 243 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStartSucceedsForDebuggablePackageWhenNotAlreadyRunning() 271 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStartFailsWhenBindingSandboxFails() 294 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStopFailsForInvalidPackage() 312 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStopFailsForNonDebuggablePackage() 339 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStopFailsWhenSandboxIsNotRunning() 362 new SdkSandboxShellCommand(mService, mSpyContext, new ShellInjector()); in testStopSucceedsForDebuggablePackageWhenAlreadyRunning() [all …]
|
D | SdkSandboxRestrictionsUnitTest.java | 1014 new ShellInjector()); in setTestContentProviderAllowlist() 1052 new ShellInjector()); in setTestSendBroadcastAllowlist() 1112 private static class ShellInjector extends SdkSandboxShellCommand.Injector { class in SdkSandboxRestrictionsUnitTest
|