class android.location.ICountryDetector$Stub$Proxy implements android.location.ICountryDetector
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.location.ICountryDetector$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.ICountryDetector$Stub$Proxy this
        start local 1 // android.os.IBinder remote
         0: .line 92
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 94
            aload 0 /* this */
            aload 1 /* remote */
            putfield android.location.ICountryDetector$Stub$Proxy.mRemote:Landroid/os/IBinder;
         2: .line 95
            return
        end local 1 // android.os.IBinder remote
        end local 0 // android.location.ICountryDetector$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/location/ICountryDetector$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.ICountryDetector$Stub$Proxy this
         0: .line 98
            aload 0 /* this */
            getfield android.location.ICountryDetector$Stub$Proxy.mRemote:Landroid/os/IBinder;
            areturn
        end local 0 // android.location.ICountryDetector$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/ICountryDetector$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.ICountryDetector$Stub$Proxy this
         0: .line 102
            ldc "android.location.ICountryDetector"
            areturn
        end local 0 // android.location.ICountryDetector$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/ICountryDetector$Stub$Proxy;

  public android.location.Country detectCountry();
    descriptor: ()Landroid/location/Country;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // android.location.ICountryDetector$Stub$Proxy this
         0: .line 110
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 111
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _reply */
        start local 2 // android.os.Parcel _reply
         2: .line 114
            aload 1 /* _data */
            ldc "android.location.ICountryDetector"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 115
            aload 0 /* this */
            getfield android.location.ICountryDetector$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_1
            aload 1 /* _data */
            aload 2 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         4: .line 116
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         5: .line 117
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 8
         6: .line 118
            getstatic android.location.Country.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* _reply */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.location.Country
            astore 3 /* _result */
        start local 3 // android.location.Country _result
         7: .line 119
            goto 14
        end local 3 // android.location.Country _result
         8: .line 121
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
            aconst_null
            astore 3 /* _result */
        start local 3 // android.location.Country _result
         9: .line 123
            goto 14
        end local 3 // android.location.Country _result
        10: .line 124
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        11: .line 125
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 126
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 127
            aload 4
            athrow
        start local 3 // android.location.Country _result
        14: .line 125
      StackMap locals: android.location.Country
      StackMap stack:
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 126
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 128
            aload 3 /* _result */
            areturn
        end local 3 // android.location.Country _result
        end local 2 // android.os.Parcel _reply
        end local 1 // android.os.Parcel _data
        end local 0 // android.location.ICountryDetector$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Landroid/location/ICountryDetector$Stub$Proxy;
            1   17     1    _data  Landroid/os/Parcel;
            2   17     2   _reply  Landroid/os/Parcel;
            7    8     3  _result  Landroid/location/Country;
            9   10     3  _result  Landroid/location/Country;
           14   17     3  _result  Landroid/location/Country;
      Exception table:
        from    to  target  type
           2    10      10  any
    Exceptions:
      throws android.os.RemoteException

  public void addCountryListener(android.location.ICountryListener);
    descriptor: (Landroid/location/ICountryListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.location.ICountryDetector$Stub$Proxy this
        start local 1 // android.location.ICountryListener listener
         0: .line 135
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 136
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 138
            aload 2 /* _data */
            ldc "android.location.ICountryDetector"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 139
            aload 2 /* _data */
            aload 1 /* listener */
            ifnull 4
            aload 1 /* listener */
            invokeinterface android.location.ICountryListener.asBinder:()Landroid/os/IBinder;
            goto 5
      StackMap locals: android.location.ICountryDetector$Stub$Proxy android.location.ICountryListener android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         4: aconst_null
      StackMap locals: android.location.ICountryDetector$Stub$Proxy android.location.ICountryListener 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 140
            aload 0 /* this */
            getfield android.location.ICountryDetector$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 141
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         8: .line 142
            goto 13
         9: .line 143
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        10: .line 144
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 145
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 146
            aload 4
            athrow
        13: .line 144
      StackMap locals:
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 145
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 147
            return
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // android.location.ICountryListener listener
        end local 0 // android.location.ICountryDetector$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Landroid/location/ICountryDetector$Stub$Proxy;
            0   16     1  listener  Landroid/location/ICountryListener;
            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
      listener  

  public void removeCountryListener(android.location.ICountryListener);
    descriptor: (Landroid/location/ICountryListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.location.ICountryDetector$Stub$Proxy this
        start local 1 // android.location.ICountryListener listener
         0: .line 153
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 154
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 156
            aload 2 /* _data */
            ldc "android.location.ICountryDetector"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 157
            aload 2 /* _data */
            aload 1 /* listener */
            ifnull 4
            aload 1 /* listener */
            invokeinterface android.location.ICountryListener.asBinder:()Landroid/os/IBinder;
            goto 5
      StackMap locals: android.location.ICountryDetector$Stub$Proxy android.location.ICountryListener android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         4: aconst_null
      StackMap locals: android.location.ICountryDetector$Stub$Proxy android.location.ICountryListener 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 158
            aload 0 /* this */
            getfield android.location.ICountryDetector$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_3
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         7: .line 159
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         8: .line 160
            goto 13
         9: .line 161
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        10: .line 162
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 163
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 164
            aload 4
            athrow
        13: .line 162
      StackMap locals:
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 163
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 165
            return
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // android.location.ICountryListener listener
        end local 0 // android.location.ICountryDetector$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Landroid/location/ICountryDetector$Stub$Proxy;
            0   16     1  listener  Landroid/location/ICountryListener;
            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
      listener  
}
SourceFile: "ICountryDetector.java"
NestHost: android.location.ICountryDetector
InnerClasses:
  public abstract Stub = android.location.ICountryDetector$Stub of android.location.ICountryDetector
  private Proxy = android.location.ICountryDetector$Stub$Proxy of android.location.ICountryDetector$Stub
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable