Home
last modified time | relevance | path

Searched refs:getSandboxStatusForApp (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DSdkSandboxServiceProviderImplUnitTest.java92 mServiceProvider.getSandboxStatusForApp(mCallingInfo), in testGetStatusWithoutBindingSandbox()
100 mServiceProvider.getSandboxStatusForApp(mCallingInfo), in testBindSandbox()
111 mServiceProvider.getSandboxStatusForApp(mCallingInfo), in testBindSandbox()
128 mServiceProvider.getSandboxStatusForApp(otherCallingInfo), in testBindSandboxForMultipleApps()
140 mServiceProvider.getSandboxStatusForApp(mCallingInfo), in testBindSandboxFailure()
158 mServiceProvider.getSandboxStatusForApp(mCallingInfo), in testUnbindSandboxAfterBinding()
172 mServiceProvider.getSandboxStatusForApp(mCallingInfo), in testSandboxDiedWhileBound()
178 mServiceProvider.getSandboxStatusForApp(mCallingInfo), in testSandboxDiedWhileBound()
194 mServiceProvider.getSandboxStatusForApp(mCallingInfo), in testSandboxDiedWhileUnbound()
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/
DSdkSandboxServiceProvider.java133 int getSandboxStatusForApp(CallingInfo callingInfo); in getSandboxStatusForApp() method
DSdkSandboxServiceProviderImpl.java287 public int getSandboxStatusForApp(CallingInfo callingInfo) { in getSandboxStatusForApp() method in SdkSandboxServiceProviderImpl
DSdkSandboxManagerService.java804 int sandboxStatus = mServiceProvider.getSandboxStatusForApp(callingInfo);
1383 if (mServiceProvider.getSandboxStatusForApp(callingInfo)
1576 int sandboxStatus = mServiceProvider.getSandboxStatusForApp(callingInfo);
/packages/modules/AdServices/sdksandbox/tests/testutils/src/com/android/server/sdksandbox/testutils/
DFakeSdkSandboxProvider.java122 public int getSandboxStatusForApp(CallingInfo callingInfo) { in getSandboxStatusForApp() method in FakeSdkSandboxProvider