Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DMainContentCaptureSessionTest.java211 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()
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java128 public IContentCaptureDirectManager mDirectServiceInterface; field in MainContentCaptureSession
307 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 …]