Home
last modified time | relevance | path

Searched refs:FillWindow (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/autofill/augmented/
H A DFillResponse.java43 private @Nullable FillWindow mFillWindow;
59 private static FillWindow defaultFillWindow() { in defaultFillWindow()
94 @Nullable FillWindow fillWindow, in FillResponse()
110 public @Nullable FillWindow getFillWindow() { in getFillWindow()
144 private @Nullable FillWindow mFillWindow;
157 public @NonNull Builder setFillWindow(@NonNull FillWindow value) { in setFillWindow()
H A DFillWindow.java66 public final class FillWindow implements AutoCloseable { class
67 private static final String TAG = FillWindow.class.getSimpleName();
304 private final @NonNull WeakReference<FillWindow> mFillWindowReference;
306 FillWindowPresenter(@NonNull FillWindow fillWindow) { in FillWindowPresenter()
314 final FillWindow fillWindow = mFillWindowReference.get(); in show()
317 obtainMessage(FillWindow::handleShow, fillWindow, p)); in show()
324 final FillWindow fillWindow = mFillWindowReference.get(); in hide()
327 obtainMessage(FillWindow::handleHide, fillWindow)); in hide()
H A DFillController.java66 final FillWindow fillWindow = mProxy.getFillWindow(); in autofill()
H A DFillCallback.java64 final FillWindow fillWindow = response.getFillWindow(); in onSuccess()
H A DAugmentedAutofillService.java441 private FillWindow mFillWindow;
500 public void setFillWindow(@NonNull FillWindow fillWindow) { in setFillWindow()
506 public FillWindow getFillWindow() { in getFillWindow()
/aosp14/frameworks/base/core/api/
H A Dsystem-lint-baseline.txt10 GenericException: android.service.autofill.augmented.FillWindow#finalize():
H A Dsystem-current.txt12150 …gmented.FillResponse.Builder setFillWindow(@NonNull android.service.autofill.augmented.FillWindow);
12154 public final class FillWindow implements java.lang.AutoCloseable {
12155 ctor public FillWindow();