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

  public void onCountryDetected(android.location.Country);
    descriptor: (Landroid/location/Country;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.location.ICountryListener$Stub$Proxy this
        start local 1 // android.location.Country country
         0: .line 85
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 87
            aload 2 /* _data */
            ldc "android.location.ICountryListener"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         2: .line 88
            aload 1 /* country */
            ifnull 6
         3: .line 89
            aload 2 /* _data */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 90
            aload 1 /* country */
            aload 2 /* _data */
            iconst_0
            invokevirtual android.location.Country.writeToParcel:(Landroid/os/Parcel;I)V
         5: .line 91
            goto 7
         6: .line 93
      StackMap locals: android.os.Parcel
      StackMap stack:
            aload 2 /* _data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
         7: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.location.ICountryListener$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_1
            aload 2 /* _data */
            aconst_null
            iconst_1
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         8: .line 96
            goto 12
         9: .line 97
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
        10: .line 98
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 99
            aload 3
            athrow
        12: .line 98
      StackMap locals:
      StackMap stack:
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 100
            return
        end local 2 // android.os.Parcel _data
        end local 1 // android.location.Country country
        end local 0 // android.location.ICountryListener$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Landroid/location/ICountryListener$Stub$Proxy;
            0   14     1  country  Landroid/location/Country;
            1   14     2    _data  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           1     9       9  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      country  
}
SourceFile: "ICountryListener.java"
NestHost: android.location.ICountryListener
InnerClasses:
  public abstract Stub = android.location.ICountryListener$Stub of android.location.ICountryListener
  private Proxy = android.location.ICountryListener$Stub$Proxy of android.location.ICountryListener$Stub