Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureManagerTest.java156 final ContentCaptureSession unused = manager.getMainContentCaptureSession(); in testUpdateWindowAttribute_setFlagSecure()
170 final ContentCaptureSession unused = manager.getMainContentCaptureSession(); in testUpdateWindowAttribute_clearFlagSecure()
187 final ContentCaptureSession unused = manager.getMainContentCaptureSession(); in testUpdateWindowAttribute_clearFlagSecureAfterDisabledByApp()
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureManager.java602 public ContentCaptureSession getMainContentCaptureSession() { in getMainContentCaptureSession() method in ContentCaptureManager
652 getMainContentCaptureSession().start(applicationToken, shareableActivityToken, in onActivityCreated()
661 getMainContentCaptureSession().notifySessionResumed(); in onActivityResumed()
668 getMainContentCaptureSession().notifySessionPaused(); in onActivityPaused()
675 getMainContentCaptureSession().destroy(); in onActivityDestroyed()
688 getMainContentCaptureSession().flush(reason); in flush()
/frameworks/base/core/java/android/view/
DViewRootImpl.java4544 final ContentCaptureSession session = manager.getMainContentCaptureSession(); in notifyContentCaptureEvents()
5458 mAttachInfo.mContentCaptureManager.getMainContentCaptureSession(); in performContentCaptureInitialReport()
9357 .getMainContentCaptureSession(); in relayoutWindow()
DView.java10961 return ccm == null ? null : ccm.getMainContentCaptureSession();
32217 mContentCaptureManager.getMainContentCaptureSession()); in delayNotifyContentCaptureInsetsEvent()
/frameworks/base/core/java/android/app/
DActivity.java1421 cm.getMainContentCaptureSession().setContentCaptureContext( in setLocusContextToContentCapture()