Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java470 internalNotifySessionPaused(); in notifySessionPaused()
473 abstract void internalNotifySessionPaused(); in internalNotifySessionPaused() method in ContentCaptureSession
H A DChildContentCaptureSession.java103 void internalNotifySessionPaused() { in internalNotifySessionPaused() method in ChildContentCaptureSession
H A DMainContentCaptureSession.java670 public void internalNotifySessionPaused() { in internalNotifySessionPaused() method in MainContentCaptureSession
/aosp12/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java171 void internalNotifySessionPaused() { in internalNotifySessionPaused() method in ContentCaptureSessionTest.MyContentCaptureSession