Searched refs:getMainCaptureSession (Results 1 – 4 of 4) sorted by relevance
42 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in ChildContentCaptureSession46 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()
235 abstract MainContentCaptureSession getMainCaptureSession(); in getMainCaptureSession() method in ContentCaptureSession
189 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in MainContentCaptureSession
125 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in ContentCaptureSessionTest.MyContentCaptureSession