Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java130 () -> mSession1.notifyViewsDisappeared(null, new long[] {42})); in testNotifyViewsDisappeared_invalid()
133 () -> mSession1.notifyViewsDisappeared(new AutofillId(42), null)); in testNotifyViewsDisappeared_invalid()
136 () -> mSession1.notifyViewsDisappeared(new AutofillId(42), new long[] {})); in testNotifyViewsDisappeared_invalid()
139 () -> mSession1.notifyViewsDisappeared(new AutofillId(42, 108), new long[] {666})); in testNotifyViewsDisappeared_invalid()
146 session.notifyViewsDisappeared(new AutofillId(42), new long[] {42}); in testNotifyViewsDisappeared_noSendTreeEventBeforeU()
157 session.notifyViewsDisappeared(new AutofillId(42), new long[] {42}); in testNotifyViewsDisappeared_sendTreeEventSinceU()
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java502 public final void notifyViewsDisappeared(@NonNull AutofillId hostId, in notifyViewsDisappeared() method in ContentCaptureSession
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt55788 …method public final void notifyViewsDisappeared(@NonNull android.view.autofill.AutofillId, @NonNul…