Searched refs:notifyViewsDisappeared (Results 1 – 3 of 3) sorted by relevance
106 () -> mSession1.notifyViewsDisappeared(null, new long[] {42})); in testNotifyViewsDisappeared_invalid()109 () -> mSession1.notifyViewsDisappeared(new AutofillId(42), null)); in testNotifyViewsDisappeared_invalid()112 () -> mSession1.notifyViewsDisappeared(new AutofillId(42), new long[] {})); in testNotifyViewsDisappeared_invalid()115 () -> mSession1.notifyViewsDisappeared(new AutofillId(42, 108), new long[] {666})); in testNotifyViewsDisappeared_invalid()
407 public final void notifyViewsDisappeared(@NonNull AutofillId hostId, in notifyViewsDisappeared() method in ContentCaptureSession
51555 …method public final void notifyViewsDisappeared(@NonNull android.view.autofill.AutofillId, @NonNul…