Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DChildContentCaptureSession.java114 void internalNotifyViewDisappeared(int sessionId, @NonNull AutofillId id) { in internalNotifyViewDisappeared() method in ChildContentCaptureSession
115 getMainCaptureSession().internalNotifyViewDisappeared(sessionId, id); in internalNotifyViewDisappeared()
DContentCaptureSession.java453 internalNotifyViewDisappeared(mId, id); in notifyViewDisappeared()
456 abstract void internalNotifyViewDisappeared(int sessionId, @NonNull AutofillId id); in internalNotifyViewDisappeared() method in ContentCaptureSession
514 internalNotifyViewDisappeared(mId, new AutofillId(hostId, id, mId)); in notifyViewsDisappeared()
DMainContentCaptureSession.java749 void internalNotifyViewDisappeared(int sessionId, @NonNull AutofillId id) { in internalNotifyViewDisappeared() method in MainContentCaptureSession
884 internalNotifyViewDisappeared(sessionId, (AutofillId) event); in notifyContentCaptureEventsImpl()
DMainContentCaptureSessionV2.java777 void internalNotifyViewDisappeared(int sessionId, @NonNull AutofillId id) { in internalNotifyViewDisappeared() method in MainContentCaptureSessionV2
995 internalNotifyViewDisappeared(sessionId, (AutofillId) event); in notifyContentCaptureEventsImpl()
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java242 void internalNotifyViewDisappeared(final int sessionId, AutofillId id) {} in internalNotifyViewDisappeared() method in ContentCaptureSessionTest.MyContentCaptureSession