Home
last modified time | relevance | path

Searched refs:notifyContextUpdated (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DChildContentCaptureSession.java64 getMainCaptureSession().notifyContextUpdated(mId, context); in updateContentCaptureContext()
H A DMainContentCaptureSession.java652 notifyContextUpdated(mId, context); in updateContentCaptureContext()
859 void notifyContextUpdated(int sessionId, @Nullable ContentCaptureContext context) { in notifyContextUpdated() method in MainContentCaptureSession