Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DChildContentCaptureSession.java83 internalNotifyContextUpdated(mId, context); in updateContentCaptureContext()
104 void internalNotifyContextUpdated(int sessionId, @Nullable ContentCaptureContext context) { in internalNotifyContextUpdated() method in ChildContentCaptureSession
105 getMainCaptureSession().internalNotifyContextUpdated(sessionId, context); in internalNotifyContextUpdated()
DContentCaptureSession.java586 abstract void internalNotifyContextUpdated( in internalNotifyContextUpdated() method in ContentCaptureSession
DMainContentCaptureSession.java667 internalNotifyContextUpdated(mId, context); in updateContentCaptureContext()
850 void internalNotifyContextUpdated(int sessionId, @Nullable ContentCaptureContext context) { in internalNotifyContextUpdated() method in MainContentCaptureSession
DMainContentCaptureSessionV2.java694 internalNotifyContextUpdated(mId, context); in updateContentCaptureContext()
882 void internalNotifyContextUpdated(int sessionId, @Nullable ContentCaptureContext context) { in internalNotifyContextUpdated() method in MainContentCaptureSessionV2
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java280 void internalNotifyContextUpdated(int sessionId, @Nullable ContentCaptureContext context) { in internalNotifyContextUpdated() method in ContentCaptureSessionTest.MyContentCaptureSession