Home
last modified time | relevance | path

Searched refs:internalNotifyChildSessionFinished (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DChildContentCaptureSession.java88 internalNotifyChildSessionFinished(mParent.mId, mId); in onDestroy()
99 void internalNotifyChildSessionFinished(int parentSessionId, int childSessionId) { in internalNotifyChildSessionFinished() method in ChildContentCaptureSession
100 getMainCaptureSession().internalNotifyChildSessionFinished(parentSessionId, childSessionId); in internalNotifyChildSessionFinished()
DContentCaptureSession.java584 abstract void internalNotifyChildSessionFinished(int parentSessionId, int childSessionId); in internalNotifyChildSessionFinished() method in ContentCaptureSession
DMainContentCaptureSession.java842 void internalNotifyChildSessionFinished(int parentSessionId, int childSessionId) { in internalNotifyChildSessionFinished() method in MainContentCaptureSession
DMainContentCaptureSessionV2.java874 void internalNotifyChildSessionFinished(int parentSessionId, int childSessionId) { in internalNotifyChildSessionFinished() method in MainContentCaptureSessionV2
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java275 void internalNotifyChildSessionFinished(int parentSessionId, int childSessionId) { in internalNotifyChildSessionFinished() method in ContentCaptureSessionTest.MyContentCaptureSession