Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DViewState.java190 void update(@Nullable AutofillValue autofillValue, @Nullable Rect virtualBounds, int flags) { in update() argument
191 if (autofillValue != null) { in update()
192 mCurrentValue = autofillValue; in update()