Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java125 private IContentCaptureDirectManager mDirectServiceInterface; field in MainContentCaptureSession
538 if (mDirectServiceInterface == null) { in flush()
567 mDirectServiceInterface.sendEvents(events, reason, mManager.mOptions); in flush()
611 if (mDirectServiceInterface != null) { in destroySession()
612 mDirectServiceInterface.asBinder().unlinkToDeath(mDirectServiceVulture, 0); in destroySession()
614 mDirectServiceInterface = null; in destroySession()
632 if (mDirectServiceInterface != null) { in resetSession()
633 mDirectServiceInterface.asBinder().unlinkToDeath(mDirectServiceVulture, 0); in resetSession()
635 mDirectServiceInterface = null; in resetSession()
795 if (mDirectServiceInterface != null) { in dump()
[all …]