Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DChildContentCaptureSession.java72 internalNotifyChildSessionStarted(mId, child.mId, clientContext); in newChild()
92 void internalNotifyChildSessionStarted(int parentSessionId, int childSessionId, in internalNotifyChildSessionStarted() method in ChildContentCaptureSession
95 .internalNotifyChildSessionStarted(parentSessionId, childSessionId, clientContext); in internalNotifyChildSessionStarted()
DContentCaptureSession.java612 abstract void internalNotifyChildSessionStarted(int parentSessionId, int childSessionId, in internalNotifyChildSessionStarted() method in ContentCaptureSession
DMainContentCaptureSession.java259 internalNotifyChildSessionStarted(mId, child.mId, clientContext); in newChild()
865 void internalNotifyChildSessionStarted(int parentSessionId, int childSessionId, in internalNotifyChildSessionStarted() method in MainContentCaptureSession
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java274 void internalNotifyChildSessionStarted(int parentSessionId, int childSessionId, in internalNotifyChildSessionStarted() method in ContentCaptureSessionTest.MyContentCaptureSession