Home
last modified time | relevance | path

Searched refs:getMainCaptureSession (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DChildContentCaptureSession.java42 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in ChildContentCaptureSession
46 return mParent.getMainCaptureSession(); in getMainCaptureSession()
52 getMainCaptureSession().notifyChildSessionStarted(mId, child.mId, clientContext); in newChild()
63 getMainCaptureSession().notifyContextUpdated(mId, context); in updateContentCaptureContext()
68 getMainCaptureSession().notifyChildSessionFinished(mParent.mId, mId); in onDestroy()
73 getMainCaptureSession().notifyViewAppeared(mId, node); in internalNotifyViewAppeared()
78 getMainCaptureSession().notifyViewDisappeared(mId, id); in internalNotifyViewDisappeared()
83 getMainCaptureSession().notifyViewTextChanged(mId, id, text); in internalNotifyViewTextChanged()
88 getMainCaptureSession().notifyViewTreeEvent(mId, started); in internalNotifyViewTreeEvent()
93 return getMainCaptureSession().isContentCaptureEnabled(); in isContentCaptureEnabled()
DContentCaptureSession.java235 abstract MainContentCaptureSession getMainCaptureSession(); in getMainCaptureSession() method in ContentCaptureSession
DMainContentCaptureSession.java189 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in MainContentCaptureSession
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java125 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in ContentCaptureSessionTest.MyContentCaptureSession