public final class android.service.autofill.DateTransformation extends android.service.autofill.InternalTransformation implements android.service.autofill.Transformation, android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.service.autofill.DateTransformation
  super_class: android.service.autofill.InternalTransformation
{
  private static final java.lang.String TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "DateTransformation"

  private final android.view.autofill.AutofillId mFieldId;
    descriptor: Landroid/view/autofill/AutofillId;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final DateFormat mDateFormat;
    descriptor: LDateFormat;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final android.os.Parcelable$Creator<android.service.autofill.DateTransformation> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/service/autofill/DateTransformation;>;

  public void <init>(android.view.autofill.AutofillId, DateFormat);
    descriptor: (Landroid/view/autofill/AutofillId;LDateFormat;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.service.autofill.DateTransformation this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.icu cannot be resolved\n\tDateFormat cannot be resolved to a type\n\tDateFormat cannot be resolved to a type\n\tDateFormat cannot be resolved to a type\n\tDateFormat cannot be resolved to a type\n\tDateFormat cannot be resolved to a type\n\tDateFormat cannot be resolved to a type\n\tDateFormat cannot be resolved to a type\n\tThe constructor DateTransformation(AutofillId, DateFormat) refers to the missing type DateFormat\n\tDateFormat cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.service.autofill.DateTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/DateTransformation;
    MethodParameters:
            Name  Flags
      id          
      dateFormat  

  public void apply(android.service.autofill.ValueFinder, android.widget.RemoteViews, int);
    descriptor: (Landroid/service/autofill/ValueFinder;Landroid/widget/RemoteViews;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.service.autofill.DateTransformation this
         0: .line 81
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tDateFormat cannot be resolved to a type\n\tDateFormat cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.service.autofill.DateTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/DateTransformation;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
                Name  Flags
      finder          
      parentTemplate  
      childViewId     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.service.autofill.DateTransformation this
         0: .line 97
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tDateFormat cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.service.autofill.DateTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/DateTransformation;

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.service.autofill.DateTransformation this
         0: .line 104
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.service.autofill.DateTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/DateTransformation;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.service.autofill.DateTransformation this
         0: .line 111
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tDateFormat cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.service.autofill.DateTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/DateTransformation;
    MethodParameters:
        Name  Flags
      parcel  
      flags   
}
SourceFile: "DateTransformation.java"
NestMembers:
  android.service.autofill.DateTransformation$1
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable