class android.location.IGnssStatusProvider$Stub$Proxy implements android.location.IGnssStatusProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.location.IGnssStatusProvider$Stub$Proxy
  super_class: java.lang.Object
{
  private android.os.IBinder mRemote;
    descriptor: Landroid/os/IBinder;
    flags: (0x0002) ACC_PRIVATE

  void <init>(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.location.IGnssStatusProvider$Stub$Proxy this
        start local 1 // android.os.IBinder remote
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* remote */
            putfield android.location.IGnssStatusProvider$Stub$Proxy.mRemote:Landroid/os/IBinder;
         2: .line 81
            return
        end local 1 // android.os.IBinder remote
        end local 0 // android.location.IGnssStatusProvider$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/location/IGnssStatusProvider$Stub$Proxy;
            0    3     1  remote  Landroid/os/IBinder;
    MethodParameters:
        Name  Flags
      remote  

  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.IGnssStatusProvider$Stub$Proxy this
         0: .line 84
            aload 0 /* this */
            getfield android.location.IGnssStatusProvider$Stub$Proxy.mRemote:Landroid/os/IBinder;
            areturn
        end local 0 // android.location.IGnssStatusProvider$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/IGnssStatusProvider$Stub$Proxy;

  public java.lang.String getInterfaceDescriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.location.IGnssStatusProvider$Stub$Proxy this
         0: .line 88
            ldc "android.location.IGnssStatusProvider"
            areturn
        end local 0 // android.location.IGnssStatusProvider$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/IGnssStatusProvider$Stub$Proxy;

  public void registerGnssStatusCallback(android.location.IGnssStatusListener);
    descriptor: (Landroid/location/IGnssStatusListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.location.IGnssStatusProvider$Stub$Proxy this
        start local 1 // android.location.IGnssStatusListener callback
         0: .line 92
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 93
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 95
            aload 2 /* _data */
            ldc "android.location.IGnssStatusProvider"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 96
            aload 2 /* _data */
            aload 1 /* callback */
            ifnull 4
            aload 1 /* callback */
            invokeinterface android.location.IGnssStatusListener.asBinder:()Landroid/os/IBinder;
            goto 5
      StackMap locals: android.location.IGnssStatusProvider$Stub$Proxy android.location.IGnssStatusListener android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         4: aconst_null
      StackMap locals: android.location.IGnssStatusProvider$Stub$Proxy android.location.IGnssStatusListener android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel android.os.IBinder
         5: invokevirtual android.os.Parcel.writeStrongBinder:(Landroid/os/IBinder;)V
         6: .line 97
            aload 0 /* this */
            getfield android.location.IGnssStatusProvider$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_1
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         7: .line 98
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         8: .line 99
            goto 13
         9: .line 100
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        10: .line 101
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 102
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 103
            aload 4
            athrow
        13: .line 101
      StackMap locals:
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 102
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 104
            return
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // android.location.IGnssStatusListener callback
        end local 0 // android.location.IGnssStatusProvider$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Landroid/location/IGnssStatusProvider$Stub$Proxy;
            0   16     1  callback  Landroid/location/IGnssStatusListener;
            1   16     2     _data  Landroid/os/Parcel;
            2   16     3    _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     9       9  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      callback  

  public void unregisterGnssStatusCallback(android.location.IGnssStatusListener);
    descriptor: (Landroid/location/IGnssStatusListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.location.IGnssStatusProvider$Stub$Proxy this
        start local 1 // android.location.IGnssStatusListener callback
         0: .line 107
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 108
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 110
            aload 2 /* _data */
            ldc "android.location.IGnssStatusProvider"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 111
            aload 2 /* _data */
            aload 1 /* callback */
            ifnull 4
            aload 1 /* callback */
            invokeinterface android.location.IGnssStatusListener.asBinder:()Landroid/os/IBinder;
            goto 5
      StackMap locals: android.location.IGnssStatusProvider$Stub$Proxy android.location.IGnssStatusListener android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         4: aconst_null
      StackMap locals: android.location.IGnssStatusProvider$Stub$Proxy android.location.IGnssStatusListener android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel android.os.IBinder
         5: invokevirtual android.os.Parcel.writeStrongBinder:(Landroid/os/IBinder;)V
         6: .line 112
            aload 0 /* this */
            getfield android.location.IGnssStatusProvider$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_2
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         7: .line 113
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         8: .line 114
            goto 13
         9: .line 115
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        10: .line 116
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 117
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 118
            aload 4
            athrow
        13: .line 116
      StackMap locals:
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 117
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 119
            return
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // android.location.IGnssStatusListener callback
        end local 0 // android.location.IGnssStatusProvider$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Landroid/location/IGnssStatusProvider$Stub$Proxy;
            0   16     1  callback  Landroid/location/IGnssStatusListener;
            1   16     2     _data  Landroid/os/Parcel;
            2   16     3    _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     9       9  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      callback  
}
SourceFile: "IGnssStatusProvider.java"
NestHost: android.location.IGnssStatusProvider
InnerClasses:
  public abstract Stub = android.location.IGnssStatusProvider$Stub of android.location.IGnssStatusProvider
  private Proxy = android.location.IGnssStatusProvider$Stub$Proxy of android.location.IGnssStatusProvider$Stub