Searched refs:mAutofilledValue (Results 1 – 4 of 4) sorted by relevance
118 private AutofillValue mAutofilledValue; field in ViewState165 return mAutofilledValue; in getAutofilledValue()169 mAutofilledValue = value; in setAutofilledValue()295 if (mAutofilledValue != null) { in toString()296 builder.append(", autofilledValue:" ).append(mAutofilledValue); in toString()326 if (mAutofilledValue != null) { in dump()327 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()
65972 Landroid/widget/DatePicker$AbstractDatePickerDelegate;->mAutofilledValue:J70041 Landroid/widget/TimePicker$AbstractTimePickerDelegate;->mAutofilledValue:J