Searched refs:mAutofilledValue (Results 1 – 4 of 4) sorted by relevance
84 private AutofillValue mAutofilledValue; field in ViewState118 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()
448 private long mAutofilledValue; field in TimePicker.AbstractTimePickerDelegate481 mAutofilledValue = time; in autofill()486 if (mAutofilledValue != 0) { in getAutofillValue()487 return AutofillValue.forDate(mAutofilledValue); in getAutofillValue()501 mAutofilledValue = 0; in resetAutofilledValue()
611 private long mAutofilledValue; field in DatePicker.AbstractDatePickerDelegate658 mAutofilledValue = time; in autofill()663 final long time = mAutofilledValue != 0 in getAutofillValue()664 ? mAutofilledValue in getAutofillValue()674 mAutofilledValue = 0; in resetAutofilledValue()
81044 Landroid/widget/DatePicker$AbstractDatePickerDelegate;->mAutofilledValue:J85113 Landroid/widget/TimePicker$AbstractTimePickerDelegate;->mAutofilledValue:J