Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DViewState.java84 private AutofillValue mAutofilledValue; field in ViewState
118 return mAutofilledValue; in getAutofilledValue()
122 mAutofilledValue = value; in setAutofilledValue()
221 if (mAutofilledValue != null) { in toString()
222 builder.append(", autofilledValue:" ).append(mAutofilledValue); in toString()
246 if (mAutofilledValue != null) { in dump()
247 pw.print(prefix); pw.print("autofilledValue:" ); pw.println(mAutofilledValue); in dump()
/frameworks/base/core/java/android/widget/
DTimePicker.java448 private long mAutofilledValue; field in TimePicker.AbstractTimePickerDelegate
481 mAutofilledValue = time; in autofill()
486 if (mAutofilledValue != 0) { in getAutofillValue()
487 return AutofillValue.forDate(mAutofilledValue); in getAutofillValue()
501 mAutofilledValue = 0; in resetAutofilledValue()
DDatePicker.java611 private long mAutofilledValue; field in DatePicker.AbstractDatePickerDelegate
658 mAutofilledValue = time; in autofill()
663 final long time = mAutofilledValue != 0 in getAutofillValue()
664 ? mAutofilledValue in getAutofillValue()
674 mAutofilledValue = 0; in resetAutofilledValue()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81044 Landroid/widget/DatePicker$AbstractDatePickerDelegate;->mAutofilledValue:J
85113 Landroid/widget/TimePicker$AbstractTimePickerDelegate;->mAutofilledValue:J