Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DSaveInfo.java274 private final CustomDescription mCustomDescription; field in SaveInfo
288 mCustomDescription = builder.mCustomDescription; in SaveInfo()
343 return mCustomDescription; in getCustomDescription()
383 private CustomDescription mCustomDescription; field in SaveInfo.Builder
478 Preconditions.checkState(mCustomDescription == null, in setDescription()
500 mCustomDescription = customDescription; in setCustomDescription()
731 if (mCustomDescription != null) { in toString()
732 builder.append(", customDescription=").append(mCustomDescription); in toString()
767 parcel.writeParcelable(mCustomDescription, flags); in writeToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt62875 Landroid/service/autofill/SaveInfo$Builder;->mCustomDescription:Landroid/service/autofill/CustomDes…
62902 Landroid/service/autofill/SaveInfo;->mCustomDescription:Landroid/service/autofill/CustomDescription;