Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureManager.java295 private MainContentCaptureSession mMainSession; field in ContentCaptureManager
336 if (mMainSession == null) { in getMainContentCaptureSession()
337 mMainSession = new MainContentCaptureSession(mContext, this, mHandler, mService); in getMainContentCaptureSession()
338 if (sVerbose) Log.v(TAG, "getMainContentCaptureSession(): created " + mMainSession); in getMainContentCaptureSession()
340 return mMainSession; in getMainContentCaptureSession()
442 mainSession = mMainSession; in isContentCaptureEnabled()
494 mainSession = mMainSession; in setContentCaptureEnabled()
520 mainSession = mMainSession; in updateWindowAttributes()
604 if (mMainSession != null) { in dump()
607 mMainSession.dump(prefix3, pw); in dump()