Searched refs:getSdkSandboxServiceForApp (Results 1 – 6 of 6) sorted by relevance
596 assertThat(sProvider.getSdkSandboxServiceForApp(mCallingInfo)).isNull(); in testLoadSdk_sandboxInitializationFails()605 assertThat(sProvider.getSdkSandboxServiceForApp(mCallingInfo)).isNotNull(); in testLoadSdk_sandboxInitializationFails()930 assertThat(sProvider.getSdkSandboxServiceForApp(mCallingInfo)).isNull(); in testSdkSandboxServiceUnbindingWhenAppDied()945 assertThat(sProvider.getSdkSandboxServiceForApp(mCallingInfo)).isNotNull(); in testSdkSandboxServiceUnbindingWhenAppDied()947 assertThat(sProvider.getSdkSandboxServiceForApp(mCallingInfo)).isNull(); in testSdkSandboxServiceUnbindingWhenAppDied()1239 assertThat(sProvider.getSdkSandboxServiceForApp(mCallingInfo)).isNotNull(); in testNotifyInstrumentationStarted_killsSandboxProcess()1246 assertThat(sProvider.getSdkSandboxServiceForApp(mCallingInfo)).isNull(); in testNotifyInstrumentationStarted_killsSandboxProcess()1259 assertThat(sProvider.getSdkSandboxServiceForApp(callingInfo)).isNotNull(); in testNotifyInstrumentationStarted_doesNotAllowLoadSdk()1262 assertThat(sProvider.getSdkSandboxServiceForApp(callingInfo)).isNull(); in testNotifyInstrumentationStarted_doesNotAllowLoadSdk()1291 assertThat(sProvider.getSdkSandboxServiceForApp(callingInfo)).isNull(); in testNotifyInstrumentationFinished_canLoadSdk()[all …]
113 assertThat(mServiceProvider.getSdkSandboxServiceForApp(mCallingInfo)).isNotNull(); in testBindSandbox()216 assertThat(mServiceProvider.getSdkSandboxServiceForApp(mCallingInfo)).isNull(); in testCannotAccessSandboxServiceAfterDisconnect()
89 ISdkSandboxService getSdkSandboxServiceForApp(CallingInfo callingInfo); in getSdkSandboxServiceForApp() method
226 public ISdkSandboxService getSdkSandboxServiceForApp(CallingInfo callingInfo) { in getSdkSandboxServiceForApp() method in SdkSandboxServiceProviderImpl
824 ISdkSandboxService service = mServiceProvider.getSdkSandboxServiceForApp(callingInfo);1183 ISdkSandboxService service = mServiceProvider.getSdkSandboxServiceForApp(callingInfo);2124 ISdkSandboxService sandbox = mServiceProvider.getSdkSandboxServiceForApp(callingInfo);2459 if (mServiceProvider.getSdkSandboxServiceForApp(callingInfo) == null) {
96 public ISdkSandboxService getSdkSandboxServiceForApp(CallingInfo callingInfo) { in getSdkSandboxServiceForApp() method in FakeSdkSandboxProvider