Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DChildContentCaptureSession.java140 void internalNotifySessionPaused() { in internalNotifySessionPaused() method in ChildContentCaptureSession
141 getMainCaptureSession().internalNotifySessionPaused(); in internalNotifySessionPaused()
DContentCaptureSession.java576 internalNotifySessionPaused(); in notifySessionPaused()
579 abstract void internalNotifySessionPaused(); in internalNotifySessionPaused() method in ContentCaptureSession
DMainContentCaptureSession.java811 public void internalNotifySessionPaused() { in internalNotifySessionPaused() method in MainContentCaptureSession
DMainContentCaptureSessionV2.java839 public void internalNotifySessionPaused() { in internalNotifySessionPaused() method in MainContentCaptureSessionV2
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java264 void internalNotifySessionPaused() { in internalNotifySessionPaused() method in ContentCaptureSessionTest.MyContentCaptureSession