Searched refs:mMainSession (Results 1 – 1 of 1) sorted by relevance
295 private MainContentCaptureSession mMainSession; field in ContentCaptureManager336 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()