Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DDecorContext.java44 private ContentCaptureManager mContentCaptureManager; field in DecorContext
80 if (context != null && mContentCaptureManager == null) { in getSystemService()
81 mContentCaptureManager = (ContentCaptureManager) context.getSystemService(name); in getSystemService()
83 return mContentCaptureManager; in getSystemService()
/frameworks/base/core/java/android/service/voice/
DHotwordDetectionService.java129 private ContentCaptureManager mContentCaptureManager; field in HotwordDetectionService
196 mContentCaptureManager = new ContentCaptureManager(
226 return mContentCaptureManager; in getSystemService()
/frameworks/base/core/java/android/app/
DActivity.java858 @Nullable private ContentCaptureManager mContentCaptureManager; field in Activity
1163 if (mContentCaptureManager == null) { in getContentCaptureManager()
1164 mContentCaptureManager = getSystemService(ContentCaptureManager.class); in getContentCaptureManager()
1166 return mContentCaptureManager; in getContentCaptureManager()
4030 if (mContentCaptureManager != null) { in onWindowAttributesChanged()
4031 mContentCaptureManager.updateWindowAttributes(params); in onWindowAttributesChanged()
/frameworks/base/core/java/android/view/
DView.java10169 ContentCaptureManager ccm = ai.mContentCaptureManager; in dispatchInitialProvideContentCaptureStructure()
10189 ai.mContentCaptureManager = ccm; in dispatchInitialProvideContentCaptureStructure()
29545 ContentCaptureManager mContentCaptureManager; field in View.AttachInfo
29590 if (mContentCaptureManager != null) { in getContentCaptureManager()
29591 return mContentCaptureManager; in getContentCaptureManager()
29593 mContentCaptureManager = context.getSystemService(ContentCaptureManager.class); in getContentCaptureManager()
29594 return mContentCaptureManager; in getContentCaptureManager()
29598 if (mContentCaptureManager == null) { in delayNotifyContentCaptureInsetsEvent()
29603 mContentCaptureManager.getMainContentCaptureSession()); in delayNotifyContentCaptureInsetsEvent()
DViewRootImpl.java3338 MainContentCaptureSession mainSession = mAttachInfo.mContentCaptureManager in notifyContentCatpureEvents()
4270 final ContentCaptureManager ccm = mAttachInfo.mContentCaptureManager; in handleContentCaptureFlush()