Searched refs:getSandboxStatusForApp (Results 1 – 5 of 5) sorted by relevance
92 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()
133 int getSandboxStatusForApp(CallingInfo callingInfo); in getSandboxStatusForApp() method
287 public int getSandboxStatusForApp(CallingInfo callingInfo) { in getSandboxStatusForApp() method in SdkSandboxServiceProviderImpl
804 int sandboxStatus = mServiceProvider.getSandboxStatusForApp(callingInfo);1383 if (mServiceProvider.getSandboxStatusForApp(callingInfo)1576 int sandboxStatus = mServiceProvider.getSandboxStatusForApp(callingInfo);
122 public int getSandboxStatusForApp(CallingInfo callingInfo) { in getSandboxStatusForApp() method in FakeSdkSandboxProvider