Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DChildContentCaptureSession.java53 getMainCaptureSession().notifyChildSessionStarted(mId, child.mId, clientContext); in newChild()
H A DMainContentCaptureSession.java239 notifyChildSessionStarted(mId, child.mId, clientContext); in newChild()
782 void notifyChildSessionStarted(int parentSessionId, int childSessionId, in notifyChildSessionStarted() method in MainContentCaptureSession