public abstract class android.service.autofill.IAutofillFieldClassificationService$Stub extends android.os.Binder implements android.service.autofill.IAutofillFieldClassificationService
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.service.autofill.IAutofillFieldClassificationService$Stub
  super_class: android.os.Binder
{
  private static final java.lang.String DESCRIPTOR;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.service.autofill.IAutofillFieldClassificationService"

  static final int TRANSACTION_getScores;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.service.autofill.IAutofillFieldClassificationService$Stub this
         0: .line 18
            aload 0 /* this */
            invokespecial android.os.Binder.<init>:()V
         1: .line 20
            aload 0 /* this */
            aload 0 /* this */
            ldc "android.service.autofill.IAutofillFieldClassificationService"
            invokevirtual android.service.autofill.IAutofillFieldClassificationService$Stub.attachInterface:(Landroid/os/IInterface;Ljava/lang/String;)V
         2: .line 21
            return
        end local 0 // android.service.autofill.IAutofillFieldClassificationService$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/service/autofill/IAutofillFieldClassificationService$Stub;

  public static android.service.autofill.IAutofillFieldClassificationService asInterface(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)Landroid/service/autofill/IAutofillFieldClassificationService;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.os.IBinder obj
         0: .line 28
            aload 0 /* obj */
            ifnonnull 2
         1: .line 29
            aconst_null
            areturn
         2: .line 31
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ldc "android.service.autofill.IAutofillFieldClassificationService"
            invokeinterface android.os.IBinder.queryLocalInterface:(Ljava/lang/String;)Landroid/os/IInterface;
            astore 1 /* iin */
        start local 1 // android.os.IInterface iin
         3: .line 32
            aload 1 /* iin */
            ifnull 5
            aload 1 /* iin */
            instanceof android.service.autofill.IAutofillFieldClassificationService
            ifeq 5
         4: .line 33
            aload 1 /* iin */
            checkcast android.service.autofill.IAutofillFieldClassificationService
            areturn
         5: .line 35
      StackMap locals: android.os.IInterface
      StackMap stack:
            new android.service.autofill.IAutofillFieldClassificationService$Stub$Proxy
            dup
            aload 0 /* obj */
            invokespecial android.service.autofill.IAutofillFieldClassificationService$Stub$Proxy.<init>:(Landroid/os/IBinder;)V
            areturn
        end local 1 // android.os.IInterface iin
        end local 0 // android.os.IBinder obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0   obj  Landroid/os/IBinder;
            3    6     1   iin  Landroid/os/IInterface;
    MethodParameters:
      Name  Flags
      obj   

  public android.os.IBinder asBinder();
    descriptor: ()Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.IAutofillFieldClassificationService$Stub this
         0: .line 39
            aload 0 /* this */
            areturn
        end local 0 // android.service.autofill.IAutofillFieldClassificationService$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/IAutofillFieldClassificationService$Stub;

  public boolean onTransact(int, android.os.Parcel, android.os.Parcel, int);
    descriptor: (ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=5
        start local 0 // android.service.autofill.IAutofillFieldClassificationService$Stub this
        start local 1 // int code
        start local 2 // android.os.Parcel data
        start local 3 // android.os.Parcel reply
        start local 4 // int flags
         0: .line 43
            ldc "android.service.autofill.IAutofillFieldClassificationService"
            astore 5 /* descriptor */
        start local 5 // java.lang.String descriptor
         1: .line 44
            iload 1 /* code */
            lookupswitch { // 2
                    1: 4
           1598968902: 2
              default: 18
          }
         2: .line 48
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* reply */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         3: .line 49
            iconst_1
            ireturn
         4: .line 53
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
         5: .line 55
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 8
         6: .line 56
            getstatic android.os.RemoteCallback.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.os.RemoteCallback
            astore 6 /* _arg0 */
        start local 6 // android.os.RemoteCallback _arg0
         7: .line 57
            goto 9
        end local 6 // android.os.RemoteCallback _arg0
         8: .line 59
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* _arg0 */
        start local 6 // android.os.RemoteCallback _arg0
         9: .line 62
      StackMap locals: android.os.RemoteCallback
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            astore 7 /* _arg1 */
        start local 7 // java.lang.String _arg1
        10: .line 64
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 13
        11: .line 65
            getstatic android.os.Bundle.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.os.Bundle
            astore 8 /* _arg2 */
        start local 8 // android.os.Bundle _arg2
        12: .line 66
            goto 14
        end local 8 // android.os.Bundle _arg2
        13: .line 68
      StackMap locals: java.lang.String
      StackMap stack:
            aconst_null
            astore 8 /* _arg2 */
        start local 8 // android.os.Bundle _arg2
        14: .line 71
      StackMap locals: android.os.Bundle
      StackMap stack:
            aload 2 /* data */
            getstatic android.view.autofill.AutofillValue.CREATOR:Landroid/os/Parcelable$Creator;
            invokevirtual android.os.Parcel.createTypedArrayList:(Landroid/os/Parcelable$Creator;)Ljava/util/ArrayList;
            astore 9 /* _arg3 */
        start local 9 // java.util.List _arg3
        15: .line 73
            aload 2 /* data */
            invokevirtual android.os.Parcel.createStringArray:()[Ljava/lang/String;
            astore 10 /* _arg4 */
        start local 10 // java.lang.String[] _arg4
        16: .line 74
            aload 0 /* this */
            aload 6 /* _arg0 */
            aload 7 /* _arg1 */
            aload 8 /* _arg2 */
            aload 9 /* _arg3 */
            aload 10 /* _arg4 */
            invokevirtual android.service.autofill.IAutofillFieldClassificationService$Stub.getScores:(Landroid/os/RemoteCallback;Ljava/lang/String;Landroid/os/Bundle;Ljava/util/List;[Ljava/lang/String;)V
        17: .line 75
            iconst_1
            ireturn
        end local 10 // java.lang.String[] _arg4
        end local 9 // java.util.List _arg3
        end local 8 // android.os.Bundle _arg2
        end local 7 // java.lang.String _arg1
        end local 6 // android.os.RemoteCallback _arg0
        18: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* code */
            aload 2 /* data */
            aload 3 /* reply */
            iload 4 /* flags */
            invokespecial android.os.Binder.onTransact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            ireturn
        end local 5 // java.lang.String descriptor
        end local 4 // int flags
        end local 3 // android.os.Parcel reply
        end local 2 // android.os.Parcel data
        end local 1 // int code
        end local 0 // android.service.autofill.IAutofillFieldClassificationService$Stub this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Landroid/service/autofill/IAutofillFieldClassificationService$Stub;
            0   19     1        code  I
            0   19     2        data  Landroid/os/Parcel;
            0   19     3       reply  Landroid/os/Parcel;
            0   19     4       flags  I
            1   19     5  descriptor  Ljava/lang/String;
            7    8     6       _arg0  Landroid/os/RemoteCallback;
            9   18     6       _arg0  Landroid/os/RemoteCallback;
           10   18     7       _arg1  Ljava/lang/String;
           12   13     8       _arg2  Landroid/os/Bundle;
           14   18     8       _arg2  Landroid/os/Bundle;
           15   18     9       _arg3  Ljava/util/List<Landroid/view/autofill/AutofillValue;>;
           16   18    10       _arg4  [Ljava/lang/String;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      code   
      data   
      reply  
      flags  
}
SourceFile: "IAutofillFieldClassificationService.java"
NestHost: android.service.autofill.IAutofillFieldClassificationService
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  public abstract Stub = android.service.autofill.IAutofillFieldClassificationService$Stub of android.service.autofill.IAutofillFieldClassificationService
  private Proxy = android.service.autofill.IAutofillFieldClassificationService$Stub$Proxy of android.service.autofill.IAutofillFieldClassificationService$Stub