public abstract class android.view.autofill.IAutoFillManager$Stub extends android.os.Binder implements android.view.autofill.IAutoFillManager
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.view.autofill.IAutoFillManager$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.view.autofill.IAutoFillManager"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.view.autofill.IAutoFillManager$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.view.autofill.IAutoFillManager"
            invokevirtual android.view.autofill.IAutoFillManager$Stub.attachInterface:(Landroid/os/IInterface;Ljava/lang/String;)V
         2: .line 21
            return
        end local 0 // android.view.autofill.IAutoFillManager$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/view/autofill/IAutoFillManager$Stub;

  public static android.view.autofill.IAutoFillManager asInterface(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)Landroid/view/autofill/IAutoFillManager;
    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.view.autofill.IAutoFillManager"
            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.view.autofill.IAutoFillManager
            ifeq 5
         4: .line 33
            aload 1 /* iin */
            checkcast android.view.autofill.IAutoFillManager
            areturn
         5: .line 35
      StackMap locals: android.os.IInterface
      StackMap stack:
            new android.view.autofill.IAutoFillManager$Stub$Proxy
            dup
            aload 0 /* obj */
            invokespecial android.view.autofill.IAutoFillManager$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.view.autofill.IAutoFillManager$Stub this
         0: .line 39
            aload 0 /* this */
            areturn
        end local 0 // android.view.autofill.IAutoFillManager$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/autofill/IAutoFillManager$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=13, locals=19, args_size=5
        start local 0 // android.view.autofill.IAutoFillManager$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.view.autofill.IAutoFillManager"
            astore 5 /* descriptor */
        start local 5 // java.lang.String descriptor
         1: .line 44
            iload 1 /* code */
            lookupswitch { // 24
                    1: 4
                    2: 11
                    3: 17
                    4: 48
                    5: 57
                    6: 67
                    7: 87
                    8: 120
                    9: 127
                   10: 133
                   11: 139
                   12: 150
                   13: 159
                   14: 164
                   15: 172
                   16: 181
                   17: 187
                   18: 196
                   19: 201
                   20: 209
                   21: 216
                   22: 225
                   23: 230
           1598968902: 2
              default: 235
          }
         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.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.view.autofill.IAutoFillManagerClient$Stub.asInterface:(Landroid/os/IBinder;)Landroid/view/autofill/IAutoFillManagerClient;
            astore 6 /* _arg0 */
        start local 6 // android.view.autofill.IAutoFillManagerClient _arg0
         6: .line 57
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 7 /* _arg1 */
        start local 7 // int _arg1
         7: .line 58
            aload 0 /* this */
            aload 6 /* _arg0 */
            iload 7 /* _arg1 */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.addClient:(Landroid/view/autofill/IAutoFillManagerClient;I)I
            istore 8 /* _result */
        start local 8 // int _result
         8: .line 59
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
         9: .line 60
            aload 3 /* reply */
            iload 8 /* _result */
            invokevirtual android.os.Parcel.writeInt:(I)V
        10: .line 61
            iconst_1
            ireturn
        end local 8 // int _result
        end local 7 // int _arg1
        end local 6 // android.view.autofill.IAutoFillManagerClient _arg0
        11: .line 65
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        12: .line 67
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.view.autofill.IAutoFillManagerClient$Stub.asInterface:(Landroid/os/IBinder;)Landroid/view/autofill/IAutoFillManagerClient;
            astore 6 /* _arg0 */
        start local 6 // android.view.autofill.IAutoFillManagerClient _arg0
        13: .line 69
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 7 /* _arg1 */
        start local 7 // int _arg1
        14: .line 70
            aload 0 /* this */
            aload 6 /* _arg0 */
            iload 7 /* _arg1 */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.removeClient:(Landroid/view/autofill/IAutoFillManagerClient;I)V
        15: .line 71
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        16: .line 72
            iconst_1
            ireturn
        end local 7 // int _arg1
        end local 6 // android.view.autofill.IAutoFillManagerClient _arg0
        17: .line 76
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        18: .line 78
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            astore 6 /* _arg0 */
        start local 6 // android.os.IBinder _arg0
        19: .line 80
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            astore 7 /* _arg1 */
        start local 7 // android.os.IBinder _arg1
        20: .line 82
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 23
        21: .line 83
            getstatic android.view.autofill.AutofillId.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.view.autofill.AutofillId
            astore 8 /* _arg2 */
        start local 8 // android.view.autofill.AutofillId _arg2
        22: .line 84
            goto 24
        end local 8 // android.view.autofill.AutofillId _arg2
        23: .line 86
      StackMap locals: android.os.IBinder android.os.IBinder
      StackMap stack:
            aconst_null
            astore 8 /* _arg2 */
        start local 8 // android.view.autofill.AutofillId _arg2
        24: .line 89
      StackMap locals: android.view.autofill.AutofillId
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 27
        25: .line 90
            getstatic android.graphics.Rect.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.graphics.Rect
            astore 9 /* _arg3 */
        start local 9 // android.graphics.Rect _arg3
        26: .line 91
            goto 28
        end local 9 // android.graphics.Rect _arg3
        27: .line 93
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 9 /* _arg3 */
        start local 9 // android.graphics.Rect _arg3
        28: .line 96
      StackMap locals: android.graphics.Rect
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 31
        29: .line 97
            getstatic android.view.autofill.AutofillValue.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.view.autofill.AutofillValue
            astore 10 /* _arg4 */
        start local 10 // android.view.autofill.AutofillValue _arg4
        30: .line 98
            goto 32
        end local 10 // android.view.autofill.AutofillValue _arg4
        31: .line 100
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 10 /* _arg4 */
        start local 10 // android.view.autofill.AutofillValue _arg4
        32: .line 103
      StackMap locals: android.view.autofill.AutofillValue
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 11 /* _arg5 */
        start local 11 // int _arg5
        33: .line 105
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 34
            iconst_1
            goto 35
      StackMap locals: int
      StackMap stack:
        34: iconst_0
      StackMap locals:
      StackMap stack: int
        35: istore 12 /* _arg6 */
        start local 12 // boolean _arg6
        36: .line 107
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 13 /* _arg7 */
        start local 13 // int _arg7
        37: .line 109
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 40
        38: .line 110
            getstatic android.content.ComponentName.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.content.ComponentName
            astore 14 /* _arg8 */
        start local 14 // android.content.ComponentName _arg8
        39: .line 111
            goto 41
        end local 14 // android.content.ComponentName _arg8
        40: .line 113
      StackMap locals: int int
      StackMap stack:
            aconst_null
            astore 14 /* _arg8 */
        start local 14 // android.content.ComponentName _arg8
        41: .line 116
      StackMap locals: android.content.ComponentName
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 42
            iconst_1
            goto 43
      StackMap locals:
      StackMap stack:
        42: iconst_0
      StackMap locals:
      StackMap stack: int
        43: istore 15 /* _arg9 */
        start local 15 // boolean _arg9
        44: .line 117
            aload 0 /* this */
            aload 6 /* _arg0 */
            aload 7 /* _arg1 */
            aload 8 /* _arg2 */
            aload 9 /* _arg3 */
            aload 10 /* _arg4 */
            iload 11 /* _arg5 */
            iload 12 /* _arg6 */
            iload 13 /* _arg7 */
            aload 14 /* _arg8 */
            iload 15 /* _arg9 */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.startSession:(Landroid/os/IBinder;Landroid/os/IBinder;Landroid/view/autofill/AutofillId;Landroid/graphics/Rect;Landroid/view/autofill/AutofillValue;IZILandroid/content/ComponentName;Z)I
            istore 16 /* _result */
        start local 16 // int _result
        45: .line 118
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        46: .line 119
            aload 3 /* reply */
            iload 16 /* _result */
            invokevirtual android.os.Parcel.writeInt:(I)V
        47: .line 120
            iconst_1
            ireturn
        end local 16 // int _result
        end local 15 // boolean _arg9
        end local 14 // android.content.ComponentName _arg8
        end local 13 // int _arg7
        end local 12 // boolean _arg6
        end local 11 // int _arg5
        end local 10 // android.view.autofill.AutofillValue _arg4
        end local 9 // android.graphics.Rect _arg3
        end local 8 // android.view.autofill.AutofillId _arg2
        end local 7 // android.os.IBinder _arg1
        end local 6 // android.os.IBinder _arg0
        48: .line 124
      StackMap locals: android.view.autofill.IAutoFillManager$Stub int android.os.Parcel android.os.Parcel int java.lang.String
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        49: .line 125
            aload 0 /* this */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.getFillEventHistory:()Landroid/service/autofill/FillEventHistory;
            astore 6 /* _result */
        start local 6 // android.service.autofill.FillEventHistory _result
        50: .line 126
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        51: .line 127
            aload 6 /* _result */
            ifnull 55
        52: .line 128
            aload 3 /* reply */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
        53: .line 129
            aload 6 /* _result */
            aload 3 /* reply */
            iconst_1
            invokevirtual android.service.autofill.FillEventHistory.writeToParcel:(Landroid/os/Parcel;I)V
        54: .line 130
            goto 56
        55: .line 132
      StackMap locals: android.service.autofill.FillEventHistory
      StackMap stack:
            aload 3 /* reply */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
        56: .line 134
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 6 // android.service.autofill.FillEventHistory _result
        57: .line 138
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        58: .line 140
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        59: .line 142
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            astore 7 /* _arg1 */
        start local 7 // android.os.IBinder _arg1
        60: .line 144
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            astore 8 /* _arg2 */
        start local 8 // android.os.IBinder _arg2
        61: .line 145
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            aload 8 /* _arg2 */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.restoreSession:(ILandroid/os/IBinder;Landroid/os/IBinder;)Z
            istore 9 /* _result */
        start local 9 // boolean _result
        62: .line 146
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        63: .line 147
            aload 3 /* reply */
            iload 9 /* _result */
            ifeq 64
            iconst_1
            goto 65
      StackMap locals: android.view.autofill.IAutoFillManager$Stub int android.os.Parcel android.os.Parcel int java.lang.String int android.os.IBinder android.os.IBinder int
      StackMap stack: android.os.Parcel
        64: iconst_0
      StackMap locals: android.view.autofill.IAutoFillManager$Stub int android.os.Parcel android.os.Parcel int java.lang.String int android.os.IBinder android.os.IBinder int
      StackMap stack: android.os.Parcel int
        65: invokevirtual android.os.Parcel.writeInt:(I)V
        66: .line 148
            iconst_1
            ireturn
        end local 9 // boolean _result
        end local 8 // android.os.IBinder _arg2
        end local 7 // android.os.IBinder _arg1
        end local 6 // int _arg0
        67: .line 152
      StackMap locals: android.view.autofill.IAutoFillManager$Stub int android.os.Parcel android.os.Parcel int java.lang.String
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        68: .line 154
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        69: .line 156
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 72
        70: .line 157
            getstatic android.view.autofill.AutofillId.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.view.autofill.AutofillId
            astore 7 /* _arg1 */
        start local 7 // android.view.autofill.AutofillId _arg1
        71: .line 158
            goto 73
        end local 7 // android.view.autofill.AutofillId _arg1
        72: .line 160
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 7 /* _arg1 */
        start local 7 // android.view.autofill.AutofillId _arg1
        73: .line 163
      StackMap locals: android.view.autofill.AutofillId
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 76
        74: .line 164
            getstatic android.graphics.Rect.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.graphics.Rect
            astore 8 /* _arg2 */
        start local 8 // android.graphics.Rect _arg2
        75: .line 165
            goto 77
        end local 8 // android.graphics.Rect _arg2
        76: .line 167
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 8 /* _arg2 */
        start local 8 // android.graphics.Rect _arg2
        77: .line 170
      StackMap locals: android.graphics.Rect
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 80
        78: .line 171
            getstatic android.view.autofill.AutofillValue.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.view.autofill.AutofillValue
            astore 9 /* _arg3 */
        start local 9 // android.view.autofill.AutofillValue _arg3
        79: .line 172
            goto 81
        end local 9 // android.view.autofill.AutofillValue _arg3
        80: .line 174
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 9 /* _arg3 */
        start local 9 // android.view.autofill.AutofillValue _arg3
        81: .line 177
      StackMap locals: android.view.autofill.AutofillValue
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 10 /* _arg4 */
        start local 10 // int _arg4
        82: .line 179
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 11 /* _arg5 */
        start local 11 // int _arg5
        83: .line 181
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 12 /* _arg6 */
        start local 12 // int _arg6
        84: .line 182
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            aload 8 /* _arg2 */
            aload 9 /* _arg3 */
            iload 10 /* _arg4 */
            iload 11 /* _arg5 */
            iload 12 /* _arg6 */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.updateSession:(ILandroid/view/autofill/AutofillId;Landroid/graphics/Rect;Landroid/view/autofill/AutofillValue;III)V
        85: .line 183
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        86: .line 184
            iconst_1
            ireturn
        end local 12 // int _arg6
        end local 11 // int _arg5
        end local 10 // int _arg4
        end local 9 // android.view.autofill.AutofillValue _arg3
        end local 8 // android.graphics.Rect _arg2
        end local 7 // android.view.autofill.AutofillId _arg1
        end local 6 // int _arg0
        87: .line 188
      StackMap locals: android.view.autofill.IAutoFillManager$Stub int android.os.Parcel android.os.Parcel int java.lang.String
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        88: .line 190
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            astore 6 /* _arg0 */
        start local 6 // android.os.IBinder _arg0
        89: .line 192
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            astore 7 /* _arg1 */
        start local 7 // android.os.IBinder _arg1
        90: .line 194
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 93
        91: .line 195
            getstatic android.view.autofill.AutofillId.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.view.autofill.AutofillId
            astore 8 /* _arg2 */
        start local 8 // android.view.autofill.AutofillId _arg2
        92: .line 196
            goto 94
        end local 8 // android.view.autofill.AutofillId _arg2
        93: .line 198
      StackMap locals: android.os.IBinder android.os.IBinder
      StackMap stack:
            aconst_null
            astore 8 /* _arg2 */
        start local 8 // android.view.autofill.AutofillId _arg2
        94: .line 201
      StackMap locals: android.view.autofill.AutofillId
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 97
        95: .line 202
            getstatic android.graphics.Rect.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.graphics.Rect
            astore 9 /* _arg3 */
        start local 9 // android.graphics.Rect _arg3
        96: .line 203
            goto 98
        end local 9 // android.graphics.Rect _arg3
        97: .line 205
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 9 /* _arg3 */
        start local 9 // android.graphics.Rect _arg3
        98: .line 208
      StackMap locals: android.graphics.Rect
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 101
        99: .line 209
            getstatic android.view.autofill.AutofillValue.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.view.autofill.AutofillValue
            astore 10 /* _arg4 */
        start local 10 // android.view.autofill.AutofillValue _arg4
       100: .line 210
            goto 102
        end local 10 // android.view.autofill.AutofillValue _arg4
       101: .line 212
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 10 /* _arg4 */
        start local 10 // android.view.autofill.AutofillValue _arg4
       102: .line 215
      StackMap locals: android.view.autofill.AutofillValue
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 11 /* _arg5 */
        start local 11 // int _arg5
       103: .line 217
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 104
            iconst_1
            goto 105
      StackMap locals: int
      StackMap stack:
       104: iconst_0
      StackMap locals:
      StackMap stack: int
       105: istore 12 /* _arg6 */
        start local 12 // boolean _arg6
       106: .line 219
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 13 /* _arg7 */
        start local 13 // int _arg7
       107: .line 221
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 110
       108: .line 222
            getstatic android.content.ComponentName.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.content.ComponentName
            astore 14 /* _arg8 */
        start local 14 // android.content.ComponentName _arg8
       109: .line 223
            goto 111
        end local 14 // android.content.ComponentName _arg8
       110: .line 225
      StackMap locals: int int
      StackMap stack:
            aconst_null
            astore 14 /* _arg8 */
        start local 14 // android.content.ComponentName _arg8
       111: .line 228
      StackMap locals: android.content.ComponentName
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 15 /* _arg9 */
        start local 15 // int _arg9
       112: .line 230
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 16 /* _arg10 */
        start local 16 // int _arg10
       113: .line 232
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 114
            iconst_1
            goto 115
      StackMap locals: int int
      StackMap stack:
       114: iconst_0
      StackMap locals:
      StackMap stack: int
       115: istore 17 /* _arg11 */
        start local 17 // boolean _arg11
       116: .line 233
            aload 0 /* this */
            aload 6 /* _arg0 */
            aload 7 /* _arg1 */
            aload 8 /* _arg2 */
            aload 9 /* _arg3 */
            aload 10 /* _arg4 */
            iload 11 /* _arg5 */
            iload 12 /* _arg6 */
            iload 13 /* _arg7 */
            aload 14 /* _arg8 */
            iload 15 /* _arg9 */
            iload 16 /* _arg10 */
            iload 17 /* _arg11 */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.updateOrRestartSession:(Landroid/os/IBinder;Landroid/os/IBinder;Landroid/view/autofill/AutofillId;Landroid/graphics/Rect;Landroid/view/autofill/AutofillValue;IZILandroid/content/ComponentName;IIZ)I
            istore 18 /* _result */
        start local 18 // int _result
       117: .line 234
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       118: .line 235
            aload 3 /* reply */
            iload 18 /* _result */
            invokevirtual android.os.Parcel.writeInt:(I)V
       119: .line 236
            iconst_1
            ireturn
        end local 18 // int _result
        end local 17 // boolean _arg11
        end local 16 // int _arg10
        end local 15 // int _arg9
        end local 14 // android.content.ComponentName _arg8
        end local 13 // int _arg7
        end local 12 // boolean _arg6
        end local 11 // int _arg5
        end local 10 // android.view.autofill.AutofillValue _arg4
        end local 9 // android.graphics.Rect _arg3
        end local 8 // android.view.autofill.AutofillId _arg2
        end local 7 // android.os.IBinder _arg1
        end local 6 // android.os.IBinder _arg0
       120: .line 240
      StackMap locals: android.view.autofill.IAutoFillManager$Stub int android.os.Parcel android.os.Parcel int java.lang.String
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       121: .line 242
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
       122: .line 244
            aload 2 /* data */
            getstatic android.view.autofill.AutofillId.CREATOR:Landroid/os/Parcelable$Creator;
            invokevirtual android.os.Parcel.createTypedArrayList:(Landroid/os/Parcelable$Creator;)Ljava/util/ArrayList;
            astore 7 /* _arg1 */
        start local 7 // java.util.List _arg1
       123: .line 246
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 8 /* _arg2 */
        start local 8 // int _arg2
       124: .line 247
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            iload 8 /* _arg2 */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.setAutofillFailure:(ILjava/util/List;I)V
       125: .line 248
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       126: .line 249
            iconst_1
            ireturn
        end local 8 // int _arg2
        end local 7 // java.util.List _arg1
        end local 6 // int _arg0
       127: .line 253
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       128: .line 255
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
       129: .line 257
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 7 /* _arg1 */
        start local 7 // int _arg1
       130: .line 258
            aload 0 /* this */
            iload 6 /* _arg0 */
            iload 7 /* _arg1 */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.finishSession:(II)V
       131: .line 259
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       132: .line 260
            iconst_1
            ireturn
        end local 7 // int _arg1
        end local 6 // int _arg0
       133: .line 264
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       134: .line 266
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
       135: .line 268
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 7 /* _arg1 */
        start local 7 // int _arg1
       136: .line 269
            aload 0 /* this */
            iload 6 /* _arg0 */
            iload 7 /* _arg1 */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.cancelSession:(II)V
       137: .line 270
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       138: .line 271
            iconst_1
            ireturn
        end local 7 // int _arg1
        end local 6 // int _arg0
       139: .line 275
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       140: .line 277
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 143
       141: .line 278
            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 6 /* _arg0 */
        start local 6 // android.os.Bundle _arg0
       142: .line 279
            goto 144
        end local 6 // android.os.Bundle _arg0
       143: .line 281
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* _arg0 */
        start local 6 // android.os.Bundle _arg0
       144: .line 284
      StackMap locals: android.os.Bundle
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 7 /* _arg1 */
        start local 7 // int _arg1
       145: .line 286
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 8 /* _arg2 */
        start local 8 // int _arg2
       146: .line 288
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 9 /* _arg3 */
        start local 9 // int _arg3
       147: .line 289
            aload 0 /* this */
            aload 6 /* _arg0 */
            iload 7 /* _arg1 */
            iload 8 /* _arg2 */
            iload 9 /* _arg3 */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.setAuthenticationResult:(Landroid/os/Bundle;III)V
       148: .line 290
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       149: .line 291
            iconst_1
            ireturn
        end local 9 // int _arg3
        end local 8 // int _arg2
        end local 7 // int _arg1
        end local 6 // android.os.Bundle _arg0
       150: .line 295
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       151: .line 297
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
       152: .line 299
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 7 /* _arg1 */
        start local 7 // int _arg1
       153: .line 301
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 154
            iconst_1
            goto 155
      StackMap locals: int int
      StackMap stack:
       154: iconst_0
      StackMap locals:
      StackMap stack: int
       155: istore 8 /* _arg2 */
        start local 8 // boolean _arg2
       156: .line 302
            aload 0 /* this */
            iload 6 /* _arg0 */
            iload 7 /* _arg1 */
            iload 8 /* _arg2 */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.setHasCallback:(IIZ)V
       157: .line 303
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       158: .line 304
            iconst_1
            ireturn
        end local 8 // boolean _arg2
        end local 7 // int _arg1
        end local 6 // int _arg0
       159: .line 308
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       160: .line 310
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
       161: .line 311
            aload 0 /* this */
            iload 6 /* _arg0 */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.disableOwnedAutofillServices:(I)V
       162: .line 312
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       163: .line 313
            iconst_1
            ireturn
        end local 6 // int _arg0
       164: .line 317
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       165: .line 319
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
       166: .line 320
            aload 0 /* this */
            iload 6 /* _arg0 */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.isServiceSupported:(I)Z
            istore 7 /* _result */
        start local 7 // boolean _result
       167: .line 321
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       168: .line 322
            aload 3 /* reply */
            iload 7 /* _result */
            ifeq 169
            iconst_1
            goto 170
      StackMap locals: android.view.autofill.IAutoFillManager$Stub int android.os.Parcel android.os.Parcel int java.lang.String int int
      StackMap stack: android.os.Parcel
       169: iconst_0
      StackMap locals: android.view.autofill.IAutoFillManager$Stub int android.os.Parcel android.os.Parcel int java.lang.String int int
      StackMap stack: android.os.Parcel int
       170: invokevirtual android.os.Parcel.writeInt:(I)V
       171: .line 323
            iconst_1
            ireturn
        end local 7 // boolean _result
        end local 6 // int _arg0
       172: .line 327
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       173: .line 329
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
       174: .line 331
            aload 2 /* data */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            astore 7 /* _arg1 */
        start local 7 // java.lang.String _arg1
       175: .line 332
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.isServiceEnabled:(ILjava/lang/String;)Z
            istore 8 /* _result */
        start local 8 // boolean _result
       176: .line 333
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       177: .line 334
            aload 3 /* reply */
            iload 8 /* _result */
            ifeq 178
            iconst_1
            goto 179
      StackMap locals: android.view.autofill.IAutoFillManager$Stub int android.os.Parcel android.os.Parcel int java.lang.String int java.lang.String int
      StackMap stack: android.os.Parcel
       178: iconst_0
      StackMap locals: android.view.autofill.IAutoFillManager$Stub int android.os.Parcel android.os.Parcel int java.lang.String int java.lang.String int
      StackMap stack: android.os.Parcel int
       179: invokevirtual android.os.Parcel.writeInt:(I)V
       180: .line 335
            iconst_1
            ireturn
        end local 8 // boolean _result
        end local 7 // java.lang.String _arg1
        end local 6 // int _arg0
       181: .line 339
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       182: .line 341
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
       183: .line 343
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            astore 7 /* _arg1 */
        start local 7 // android.os.IBinder _arg1
       184: .line 344
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.onPendingSaveUi:(ILandroid/os/IBinder;)V
       185: .line 345
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       186: .line 346
            iconst_1
            ireturn
        end local 7 // android.os.IBinder _arg1
        end local 6 // int _arg0
       187: .line 350
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       188: .line 351
            aload 0 /* this */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.getUserData:()Landroid/service/autofill/UserData;
            astore 6 /* _result */
        start local 6 // android.service.autofill.UserData _result
       189: .line 352
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       190: .line 353
            aload 6 /* _result */
            ifnull 194
       191: .line 354
            aload 3 /* reply */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
       192: .line 355
            aload 6 /* _result */
            aload 3 /* reply */
            iconst_1
            invokevirtual android.service.autofill.UserData.writeToParcel:(Landroid/os/Parcel;I)V
       193: .line 356
            goto 195
       194: .line 358
      StackMap locals: android.service.autofill.UserData
      StackMap stack:
            aload 3 /* reply */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
       195: .line 360
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 6 // android.service.autofill.UserData _result
       196: .line 364
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       197: .line 365
            aload 0 /* this */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.getUserDataId:()Ljava/lang/String;
            astore 6 /* _result */
        start local 6 // java.lang.String _result
       198: .line 366
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       199: .line 367
            aload 3 /* reply */
            aload 6 /* _result */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
       200: .line 368
            iconst_1
            ireturn
        end local 6 // java.lang.String _result
       201: .line 372
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       202: .line 374
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 205
       203: .line 375
            getstatic android.service.autofill.UserData.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.service.autofill.UserData
            astore 6 /* _arg0 */
        start local 6 // android.service.autofill.UserData _arg0
       204: .line 376
            goto 206
        end local 6 // android.service.autofill.UserData _arg0
       205: .line 378
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* _arg0 */
        start local 6 // android.service.autofill.UserData _arg0
       206: .line 380
      StackMap locals: android.service.autofill.UserData
      StackMap stack:
            aload 0 /* this */
            aload 6 /* _arg0 */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.setUserData:(Landroid/service/autofill/UserData;)V
       207: .line 381
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       208: .line 382
            iconst_1
            ireturn
        end local 6 // android.service.autofill.UserData _arg0
       209: .line 386
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       210: .line 387
            aload 0 /* this */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.isFieldClassificationEnabled:()Z
            istore 6 /* _result */
        start local 6 // boolean _result
       211: .line 388
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       212: .line 389
            aload 3 /* reply */
            iload 6 /* _result */
            ifeq 213
            iconst_1
            goto 214
      StackMap locals: android.view.autofill.IAutoFillManager$Stub int android.os.Parcel android.os.Parcel int java.lang.String int
      StackMap stack: android.os.Parcel
       213: iconst_0
      StackMap locals: android.view.autofill.IAutoFillManager$Stub int android.os.Parcel android.os.Parcel int java.lang.String int
      StackMap stack: android.os.Parcel int
       214: invokevirtual android.os.Parcel.writeInt:(I)V
       215: .line 390
            iconst_1
            ireturn
        end local 6 // boolean _result
       216: .line 394
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       217: .line 395
            aload 0 /* this */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.getAutofillServiceComponentName:()Landroid/content/ComponentName;
            astore 6 /* _result */
        start local 6 // android.content.ComponentName _result
       218: .line 396
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       219: .line 397
            aload 6 /* _result */
            ifnull 223
       220: .line 398
            aload 3 /* reply */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
       221: .line 399
            aload 6 /* _result */
            aload 3 /* reply */
            iconst_1
            invokevirtual android.content.ComponentName.writeToParcel:(Landroid/os/Parcel;I)V
       222: .line 400
            goto 224
       223: .line 402
      StackMap locals: android.content.ComponentName
      StackMap stack:
            aload 3 /* reply */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
       224: .line 404
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 6 // android.content.ComponentName _result
       225: .line 408
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       226: .line 409
            aload 0 /* this */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.getAvailableFieldClassificationAlgorithms:()[Ljava/lang/String;
            astore 6 /* _result */
        start local 6 // java.lang.String[] _result
       227: .line 410
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       228: .line 411
            aload 3 /* reply */
            aload 6 /* _result */
            invokevirtual android.os.Parcel.writeStringArray:([Ljava/lang/String;)V
       229: .line 412
            iconst_1
            ireturn
        end local 6 // java.lang.String[] _result
       230: .line 416
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       231: .line 417
            aload 0 /* this */
            invokevirtual android.view.autofill.IAutoFillManager$Stub.getDefaultFieldClassificationAlgorithm:()Ljava/lang/String;
            astore 6 /* _result */
        start local 6 // java.lang.String _result
       232: .line 418
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       233: .line 419
            aload 3 /* reply */
            aload 6 /* _result */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
       234: .line 420
            iconst_1
            ireturn
        end local 6 // java.lang.String _result
       235: .line 424
      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.view.autofill.IAutoFillManager$Stub this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0  236     0        this  Landroid/view/autofill/IAutoFillManager$Stub;
            0  236     1        code  I
            0  236     2        data  Landroid/os/Parcel;
            0  236     3       reply  Landroid/os/Parcel;
            0  236     4       flags  I
            1  236     5  descriptor  Ljava/lang/String;
            6   11     6       _arg0  Landroid/view/autofill/IAutoFillManagerClient;
            7   11     7       _arg1  I
            8   11     8     _result  I
           13   17     6       _arg0  Landroid/view/autofill/IAutoFillManagerClient;
           14   17     7       _arg1  I
           19   48     6       _arg0  Landroid/os/IBinder;
           20   48     7       _arg1  Landroid/os/IBinder;
           22   23     8       _arg2  Landroid/view/autofill/AutofillId;
           24   48     8       _arg2  Landroid/view/autofill/AutofillId;
           26   27     9       _arg3  Landroid/graphics/Rect;
           28   48     9       _arg3  Landroid/graphics/Rect;
           30   31    10       _arg4  Landroid/view/autofill/AutofillValue;
           32   48    10       _arg4  Landroid/view/autofill/AutofillValue;
           33   48    11       _arg5  I
           36   48    12       _arg6  Z
           37   48    13       _arg7  I
           39   40    14       _arg8  Landroid/content/ComponentName;
           41   48    14       _arg8  Landroid/content/ComponentName;
           44   48    15       _arg9  Z
           45   48    16     _result  I
           50   57     6     _result  Landroid/service/autofill/FillEventHistory;
           59   67     6       _arg0  I
           60   67     7       _arg1  Landroid/os/IBinder;
           61   67     8       _arg2  Landroid/os/IBinder;
           62   67     9     _result  Z
           69   87     6       _arg0  I
           71   72     7       _arg1  Landroid/view/autofill/AutofillId;
           73   87     7       _arg1  Landroid/view/autofill/AutofillId;
           75   76     8       _arg2  Landroid/graphics/Rect;
           77   87     8       _arg2  Landroid/graphics/Rect;
           79   80     9       _arg3  Landroid/view/autofill/AutofillValue;
           81   87     9       _arg3  Landroid/view/autofill/AutofillValue;
           82   87    10       _arg4  I
           83   87    11       _arg5  I
           84   87    12       _arg6  I
           89  120     6       _arg0  Landroid/os/IBinder;
           90  120     7       _arg1  Landroid/os/IBinder;
           92   93     8       _arg2  Landroid/view/autofill/AutofillId;
           94  120     8       _arg2  Landroid/view/autofill/AutofillId;
           96   97     9       _arg3  Landroid/graphics/Rect;
           98  120     9       _arg3  Landroid/graphics/Rect;
          100  101    10       _arg4  Landroid/view/autofill/AutofillValue;
          102  120    10       _arg4  Landroid/view/autofill/AutofillValue;
          103  120    11       _arg5  I
          106  120    12       _arg6  Z
          107  120    13       _arg7  I
          109  110    14       _arg8  Landroid/content/ComponentName;
          111  120    14       _arg8  Landroid/content/ComponentName;
          112  120    15       _arg9  I
          113  120    16      _arg10  I
          116  120    17      _arg11  Z
          117  120    18     _result  I
          122  127     6       _arg0  I
          123  127     7       _arg1  Ljava/util/List<Landroid/view/autofill/AutofillId;>;
          124  127     8       _arg2  I
          129  133     6       _arg0  I
          130  133     7       _arg1  I
          135  139     6       _arg0  I
          136  139     7       _arg1  I
          142  143     6       _arg0  Landroid/os/Bundle;
          144  150     6       _arg0  Landroid/os/Bundle;
          145  150     7       _arg1  I
          146  150     8       _arg2  I
          147  150     9       _arg3  I
          152  159     6       _arg0  I
          153  159     7       _arg1  I
          156  159     8       _arg2  Z
          161  164     6       _arg0  I
          166  172     6       _arg0  I
          167  172     7     _result  Z
          174  181     6       _arg0  I
          175  181     7       _arg1  Ljava/lang/String;
          176  181     8     _result  Z
          183  187     6       _arg0  I
          184  187     7       _arg1  Landroid/os/IBinder;
          189  196     6     _result  Landroid/service/autofill/UserData;
          198  201     6     _result  Ljava/lang/String;
          204  205     6       _arg0  Landroid/service/autofill/UserData;
          206  209     6       _arg0  Landroid/service/autofill/UserData;
          211  216     6     _result  Z
          218  225     6     _result  Landroid/content/ComponentName;
          227  230     6     _result  [Ljava/lang/String;
          232  235     6     _result  Ljava/lang/String;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      code   
      data   
      reply  
      flags  
}
SourceFile: "IAutoFillManager.java"
NestHost: android.view.autofill.IAutoFillManager
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  public abstract Stub = android.view.autofill.IAutoFillManager$Stub of android.view.autofill.IAutoFillManager
  private Proxy = android.view.autofill.IAutoFillManager$Stub$Proxy of android.view.autofill.IAutoFillManager$Stub
  public abstract Stub = android.view.autofill.IAutoFillManagerClient$Stub of android.view.autofill.IAutoFillManagerClient