Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java122 () -> mSession1.notifyViewsDisappeared(null, new long[] {42})); in testNotifyViewsDisappeared_invalid()
125 () -> mSession1.notifyViewsDisappeared(new AutofillId(42), null)); in testNotifyViewsDisappeared_invalid()
128 () -> mSession1.notifyViewsDisappeared(new AutofillId(42), new long[] {})); in testNotifyViewsDisappeared_invalid()
131 () -> mSession1.notifyViewsDisappeared(new AutofillId(42, 108), new long[] {666})); in testNotifyViewsDisappeared_invalid()
138 session.notifyViewsDisappeared(new AutofillId(42), new long[] {42}); in testNotifyViewsDisappeared_noSendTreeEventBeforeU()
149 session.notifyViewsDisappeared(new AutofillId(42), new long[] {42}); in testNotifyViewsDisappeared_sendTreeEventSinceU()
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java471 public final void notifyViewsDisappeared(@NonNull AutofillId hostId, in notifyViewsDisappeared() method in ContentCaptureSession
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt55196 …method public final void notifyViewsDisappeared(@NonNull android.view.autofill.AutofillId, @NonNul…