Searched refs:ccm (Results 1 – 3 of 3) sorted by relevance
3915 final ContentCaptureManager ccm = mAttachInfo.getContentCaptureManager(mContext); in isContentCaptureReallyEnabled()3917 if (ccm == null || !ccm.isContentCaptureEnabled()) return false; in isContentCaptureReallyEnabled()3953 final ContentCaptureManager ccm = mAttachInfo.mContentCaptureManager; in handleContentCaptureFlush()3954 if (ccm == null) { in handleContentCaptureFlush()3958 ccm.flush(ContentCaptureSession.FLUSH_REASON_VIEW_ROOT_ENTERED); in handleContentCaptureFlush()
9812 final ContentCaptureManager ccm = mContext9814 return ccm == null ? null : ccm.getMainContentCaptureSession();10015 ContentCaptureManager ccm = ai.mContentCaptureManager;10016 if (ccm == null) {10035 ai.mContentCaptureManager = ccm;
5296 final ContentCaptureManagerInternal ccm = in attachApplicationLocked() local5298 if (ccm != null) { in attachApplicationLocked()5299 contentCaptureOptions = ccm.getOptionsForPackage(app.userId, in attachApplicationLocked()