Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A 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()
/aosp14/frameworks/base/core/java/android/view/contentprotection/
H A DContentProtectionEventProcessor.java84 @NonNull private final IContentCaptureManager mContentCaptureManager; field in ContentProtectionEventProcessor
107 mContentCaptureManager = contentCaptureManager; in ContentProtectionEventProcessor()
191 mContentCaptureManager.onLoginDetected(events); in handlerOnLoginDetected()
/aosp14/frameworks/base/core/java/android/service/voice/
H A DVisualQueryDetectionService.java91 private ContentCaptureManager mContentCaptureManager; field in VisualQueryDetectionService
156 mContentCaptureManager = new ContentCaptureManager(
176 return mContentCaptureManager; in getSystemService()
H A DHotwordDetectionService.java139 private ContentCaptureManager mContentCaptureManager; field in HotwordDetectionService
212 mContentCaptureManager = new ContentCaptureManager(
253 return mContentCaptureManager; in getSystemService()
/aosp14/frameworks/base/core/java/android/app/
H A DActivity.java888 @Nullable private ContentCaptureManager mContentCaptureManager; field in Activity
1230 if (mContentCaptureManager == null) { in getContentCaptureManager()
1231 mContentCaptureManager = getSystemService(ContentCaptureManager.class); in getContentCaptureManager()
1233 return mContentCaptureManager; in getContentCaptureManager()
4235 if (mContentCaptureManager != null) { in onWindowAttributesChanged()
4236 mContentCaptureManager.updateWindowAttributes(params); in onWindowAttributesChanged()
7747 if (mContentCaptureManager != null) {
7748 mContentCaptureManager.addDumpable(this);
/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4066 MainContentCaptureSession mainSession = mAttachInfo.mContentCaptureManager in notifyContentCaptureEvents()
4950 if (mAttachInfo.mContentCaptureManager != null) { in performContentCaptureInitialReport()
4952 mAttachInfo.mContentCaptureManager.getMainContentCaptureSession(); in performContentCaptureInitialReport()
4975 final ContentCaptureManager ccm = mAttachInfo.mContentCaptureManager; in handleContentCaptureFlush()
8542 if (mAttachInfo.mContentCaptureManager != null) { in relayoutWindow()
8543 MainContentCaptureSession mainSession = mAttachInfo.mContentCaptureManager in relayoutWindow()
H A DView.java10602 ContentCaptureManager ccm = ai.mContentCaptureManager; in dispatchInitialProvideContentCaptureStructure()
10622 ai.mContentCaptureManager = ccm; in dispatchInitialProvideContentCaptureStructure()
31044 ContentCaptureManager mContentCaptureManager; field in View.AttachInfo
31089 if (mContentCaptureManager != null) { in getContentCaptureManager()
31090 return mContentCaptureManager; in getContentCaptureManager()
31092 mContentCaptureManager = context.getSystemService(ContentCaptureManager.class); in getContentCaptureManager()
31093 return mContentCaptureManager; in getContentCaptureManager()
31097 if (mContentCaptureManager == null) { in delayNotifyContentCaptureInsetsEvent()
31102 mContentCaptureManager.getMainContentCaptureSession()); in delayNotifyContentCaptureInsetsEvent()