Searched defs:autofillValue (Results 1 - 1 of 1) sorted by path

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

Completed in 90 milliseconds