Searched refs:ccm (Results 1 – 3 of 3) sorted by relevance
3581 final ContentCaptureManager ccm = mAttachInfo.getContentCaptureManager(mContext); in isContentCaptureReallyEnabled()3583 if (ccm == null || !ccm.isContentCaptureEnabled()) return false; in isContentCaptureReallyEnabled()3619 final ContentCaptureManager ccm = mAttachInfo.mContentCaptureManager; in handleContentCaptureFlush()3620 if (ccm == null) { in handleContentCaptureFlush()3624 ccm.flush(ContentCaptureSession.FLUSH_REASON_VIEW_ROOT_ENTERED); in handleContentCaptureFlush()
9466 final ContentCaptureManager ccm = ai != null ? ai.getContentCaptureManager(mContext)9468 if (ccm == null || !ccm.isContentCaptureEnabled()) return;9599 final ContentCaptureManager ccm = mContext9601 return ccm == null ? null : ccm.getMainContentCaptureSession();9802 ContentCaptureManager ccm = ai.mContentCaptureManager;9803 if (ccm == null) {9822 ai.mContentCaptureManager = ccm;
5061 final ContentCaptureManagerInternal ccm = in attachApplicationLocked() local5063 if (ccm != null) { in attachApplicationLocked()5064 contentCaptureOptions = ccm.getOptionsForPackage(app.userId, in attachApplicationLocked()