Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java3915 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()
DView.java9812 final ContentCaptureManager ccm = mContext
9814 return ccm == null ? null : ccm.getMainContentCaptureSession();
10015 ContentCaptureManager ccm = ai.mContentCaptureManager;
10016 if (ccm == null) {
10035 ai.mContentCaptureManager = ccm;
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5296 final ContentCaptureManagerInternal ccm = in attachApplicationLocked() local
5298 if (ccm != null) { in attachApplicationLocked()
5299 contentCaptureOptions = ccm.getOptionsForPackage(app.userId, in attachApplicationLocked()