Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DSdkSandboxShellCommandUnitTest.java153 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 …]
DSdkSandboxRestrictionsUnitTest.java1014 new ShellInjector()); in setTestContentProviderAllowlist()
1052 new ShellInjector()); in setTestSendBroadcastAllowlist()
1112 private static class ShellInjector extends SdkSandboxShellCommand.Injector { class in SdkSandboxRestrictionsUnitTest