Searched refs:mDirectServiceInterface (Results 1 – 2 of 2) sorted by relevance
211 session.mDirectServiceInterface = mMockContentCaptureDirectManager; in flush_contentCaptureDisabled_contentProtectionDisabled()227 session.mDirectServiceInterface = mMockContentCaptureDirectManager; in flush_contentCaptureDisabled_contentProtectionEnabled()244 session.mDirectServiceInterface = mMockContentCaptureDirectManager; in flush_contentCaptureEnabled_contentProtectionDisabled()261 session.mDirectServiceInterface = mMockContentCaptureDirectManager; in flush_contentCaptureEnabled_contentProtectionEnabled()279 assertThat(session.mDirectServiceInterface).isNull(); in destroySession()292 assertThat(session.mDirectServiceInterface).isNull(); in resetSession()
128 public IContentCaptureDirectManager mDirectServiceInterface; field in MainContentCaptureSession307 mDirectServiceInterface = IContentCaptureDirectManager.Stub.asInterface(binder); in onSessionStarted()609 if (mDirectServiceInterface == null) { in flush()643 mDirectServiceInterface.sendEvents(events, reason, mManager.mOptions); in flush()689 if (mDirectServiceInterface != null) { in destroySession()690 mDirectServiceInterface.asBinder().unlinkToDeath(mDirectServiceVulture, 0); in destroySession()692 mDirectServiceInterface = null; in destroySession()713 if (mDirectServiceInterface != null) { in resetSession()720 mDirectServiceInterface = null; in resetSession()878 if (mDirectServiceInterface != null) { in dump()[all …]