Home
last modified time | relevance | path

Searched refs:notifyChildSessionStarted (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DChildContentCaptureSession.java52 getMainCaptureSession().notifyChildSessionStarted(mId, child.mId, clientContext); in newChild()
DMainContentCaptureSession.java196 notifyChildSessionStarted(mId, child.mId, clientContext); in newChild()
607 void notifyChildSessionStarted(int parentSessionId, int childSessionId, in notifyChildSessionStarted() method in MainContentCaptureSession