Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureManager.java517 private ContentCaptureSession mMainSession; field in ContentCaptureManager
604 if (mMainSession == null) { in getMainContentCaptureSession()
605 mMainSession = prepareMainSession(); in getMainContentCaptureSession()
606 if (sVerbose) Log.v(TAG, "getMainContentCaptureSession(): created " + mMainSession); in getMainContentCaptureSession()
608 return mMainSession; in getMainContentCaptureSession()
763 mainSession = mMainSession; in isContentCaptureEnabled()
819 mainSession = mMainSession; in setContentCaptureEnabled()
847 mainSession = mMainSession; in updateWindowAttributes()
1019 if (mMainSession != null) { in dump()
1022 mMainSession.dump(prefix3, pw); in dump()
DMainContentCaptureSession.java178 private final WeakReference<MainContentCaptureSession> mMainSession; field in MainContentCaptureSession.SessionStateReceiver
181 mMainSession = new WeakReference<>(session); in SessionStateReceiver()
186 final MainContentCaptureSession mainSession = mMainSession.get(); in send()
DMainContentCaptureSessionV2.java193 private final WeakReference<MainContentCaptureSessionV2> mMainSession; field in MainContentCaptureSessionV2.SessionStateReceiver
196 mMainSession = new WeakReference<>(session); in SessionStateReceiver()
201 final MainContentCaptureSessionV2 mainSession = mMainSession.get(); in send()