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

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

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

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

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

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

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

  public static android.location.IGnssStatusListener asInterface(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)Landroid/location/IGnssStatusListener;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.os.IBinder obj
         0: .line 26
            aload 0 /* obj */
            ifnonnull 2
         1: .line 27
            aconst_null
            areturn
         2: .line 29
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ldc "android.location.IGnssStatusListener"
            invokeinterface android.os.IBinder.queryLocalInterface:(Ljava/lang/String;)Landroid/os/IInterface;
            astore 1 /* iin */
        start local 1 // android.os.IInterface iin
         3: .line 30
            aload 1 /* iin */
            ifnull 5
            aload 1 /* iin */
            instanceof android.location.IGnssStatusListener
            ifeq 5
         4: .line 31
            aload 1 /* iin */
            checkcast android.location.IGnssStatusListener
            areturn
         5: .line 33
      StackMap locals: android.os.IInterface
      StackMap stack:
            new android.location.IGnssStatusListener$Stub$Proxy
            dup
            aload 0 /* obj */
            invokespecial android.location.IGnssStatusListener$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.location.IGnssStatusListener$Stub this
         0: .line 37
            aload 0 /* this */
            areturn
        end local 0 // android.location.IGnssStatusListener$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/IGnssStatusListener$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=7, locals=12, args_size=5
        start local 0 // android.location.IGnssStatusListener$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 41
            ldc "android.location.IGnssStatusListener"
            astore 5 /* descriptor */
        start local 5 // java.lang.String descriptor
         1: .line 42
            iload 1 /* code */
            lookupswitch { // 6
                    1: 4
                    2: 7
                    3: 10
                    4: 14
                    5: 23
           1598968902: 2
              default: 28
          }
         2: .line 46
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* reply */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         3: .line 47
            iconst_1
            ireturn
         4: .line 51
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
         5: .line 52
            aload 0 /* this */
            invokevirtual android.location.IGnssStatusListener$Stub.onGnssStarted:()V
         6: .line 53
            iconst_1
            ireturn
         7: .line 57
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
         8: .line 58
            aload 0 /* this */
            invokevirtual android.location.IGnssStatusListener$Stub.onGnssStopped:()V
         9: .line 59
            iconst_1
            ireturn
        10: .line 63
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        11: .line 65
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        12: .line 66
            aload 0 /* this */
            iload 6 /* _arg0 */
            invokevirtual android.location.IGnssStatusListener$Stub.onFirstFix:(I)V
        13: .line 67
            iconst_1
            ireturn
        end local 6 // int _arg0
        14: .line 71
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        15: .line 73
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        16: .line 75
            aload 2 /* data */
            invokevirtual android.os.Parcel.createIntArray:()[I
            astore 7 /* _arg1 */
        start local 7 // int[] _arg1
        17: .line 77
            aload 2 /* data */
            invokevirtual android.os.Parcel.createFloatArray:()[F
            astore 8 /* _arg2 */
        start local 8 // float[] _arg2
        18: .line 79
            aload 2 /* data */
            invokevirtual android.os.Parcel.createFloatArray:()[F
            astore 9 /* _arg3 */
        start local 9 // float[] _arg3
        19: .line 81
            aload 2 /* data */
            invokevirtual android.os.Parcel.createFloatArray:()[F
            astore 10 /* _arg4 */
        start local 10 // float[] _arg4
        20: .line 83
            aload 2 /* data */
            invokevirtual android.os.Parcel.createFloatArray:()[F
            astore 11 /* _arg5 */
        start local 11 // float[] _arg5
        21: .line 84
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            aload 8 /* _arg2 */
            aload 9 /* _arg3 */
            aload 10 /* _arg4 */
            aload 11 /* _arg5 */
            invokevirtual android.location.IGnssStatusListener$Stub.onSvStatusChanged:(I[I[F[F[F[F)V
        22: .line 85
            iconst_1
            ireturn
        end local 11 // float[] _arg5
        end local 10 // float[] _arg4
        end local 9 // float[] _arg3
        end local 8 // float[] _arg2
        end local 7 // int[] _arg1
        end local 6 // int _arg0
        23: .line 89
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        24: .line 91
            aload 2 /* data */
            invokevirtual android.os.Parcel.readLong:()J
            lstore 6 /* _arg0 */
        start local 6 // long _arg0
        25: .line 93
            aload 2 /* data */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            astore 8 /* _arg1 */
        start local 8 // java.lang.String _arg1
        26: .line 94
            aload 0 /* this */
            lload 6 /* _arg0 */
            aload 8 /* _arg1 */
            invokevirtual android.location.IGnssStatusListener$Stub.onNmeaReceived:(JLjava/lang/String;)V
        27: .line 95
            iconst_1
            ireturn
        end local 8 // java.lang.String _arg1
        end local 6 // long _arg0
        28: .line 99
      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.location.IGnssStatusListener$Stub this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   29     0        this  Landroid/location/IGnssStatusListener$Stub;
            0   29     1        code  I
            0   29     2        data  Landroid/os/Parcel;
            0   29     3       reply  Landroid/os/Parcel;
            0   29     4       flags  I
            1   29     5  descriptor  Ljava/lang/String;
           12   14     6       _arg0  I
           16   23     6       _arg0  I
           17   23     7       _arg1  [I
           18   23     8       _arg2  [F
           19   23     9       _arg3  [F
           20   23    10       _arg4  [F
           21   23    11       _arg5  [F
           25   28     6       _arg0  J
           26   28     8       _arg1  Ljava/lang/String;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      code   
      data   
      reply  
      flags  
}
SourceFile: "IGnssStatusListener.java"
NestHost: android.location.IGnssStatusListener
InnerClasses:
  public abstract Stub = android.location.IGnssStatusListener$Stub of android.location.IGnssStatusListener
  private Proxy = android.location.IGnssStatusListener$Stub$Proxy of android.location.IGnssStatusListener$Stub