Searched refs:DateTransformation (Results 1 – 6 of 6) sorted by relevance
45 public final class DateTransformation extends InternalTransformation implements class58 public DateTransformation(@NonNull AutofillId id, @NonNull DateFormat dateFormat) { in DateTransformation() method in DateTransformation113 public static final @android.annotation.NonNull Parcelable.Creator<DateTransformation> CREATOR =114 new Parcelable.Creator<DateTransformation>() {116 public DateTransformation createFromParcel(Parcel parcel) {117 … return new DateTransformation(parcel.readParcelable(null, android.view.autofill.AutofillId.class),122 public DateTransformation[] newArray(int size) {123 return new DateTransformation[size];
84 GenericException: android.service.autofill.DateTransformation#apply(android.service.autofill.ValueF…978 SamShouldBeLast: android.service.autofill.DateTransformation#apply(android.service.autofill.ValueFi…979 …meters (such as parameter 1, "finder", in android.service.autofill.DateTransformation.apply) shoul…
2856 …public final class DateTransformation extends android.service.autofill.InternalTransformation impl…
39840 …public final class DateTransformation implements android.os.Parcelable android.service.autofill.Tr…39841 …ctor public DateTransformation(@NonNull android.view.autofill.AutofillId, @NonNull android.icu.tex…39844 …ic static final android.os.Parcelable.Creator<android.service.autofill.DateTransformation> CREATOR;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
48788 Landroid/service/autofill/DateTransformation;->mDateFormat:Landroid/icu/text/DateFormat;48789 Landroid/service/autofill/DateTransformation;->mFieldId:Landroid/view/autofill/AutofillId;48790 Landroid/service/autofill/DateTransformation;->TAG:Ljava/lang/String;