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

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

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

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

  public static android.location.IGeocodeProvider asInterface(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)Landroid/location/IGeocodeProvider;
    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.location.IGeocodeProvider"
            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.location.IGeocodeProvider
            ifeq 5
         4: .line 33
            aload 1 /* iin */
            checkcast android.location.IGeocodeProvider
            areturn
         5: .line 35
      StackMap locals: android.os.IInterface
      StackMap stack:
            new android.location.IGeocodeProvider$Stub$Proxy
            dup
            aload 0 /* obj */
            invokespecial android.location.IGeocodeProvider$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.IGeocodeProvider$Stub this
         0: .line 39
            aload 0 /* this */
            areturn
        end local 0 // android.location.IGeocodeProvider$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/IGeocodeProvider$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.location.IGeocodeProvider$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.location.IGeocodeProvider"
            astore 5 /* descriptor */
        start local 5 // java.lang.String descriptor
         1: .line 44
            iload 1 /* code */
            lookupswitch { // 3
                    1: 4
                    2: 18
           1598968902: 2
              default: 35
          }
         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.readDouble:()D
            dstore 6 /* _arg0 */
        start local 6 // double _arg0
         6: .line 57
            aload 2 /* data */
            invokevirtual android.os.Parcel.readDouble:()D
            dstore 8 /* _arg1 */
        start local 8 // double _arg1
         7: .line 59
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 10 /* _arg2 */
        start local 10 // int _arg2
         8: .line 61
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 11
         9: .line 62
            getstatic android.location.GeocoderParams.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.location.GeocoderParams
            astore 11 /* _arg3 */
        start local 11 // android.location.GeocoderParams _arg3
        10: .line 63
            goto 12
        end local 11 // android.location.GeocoderParams _arg3
        11: .line 65
      StackMap locals: double double int
      StackMap stack:
            aconst_null
            astore 11 /* _arg3 */
        start local 11 // android.location.GeocoderParams _arg3
        12: .line 68
      StackMap locals: android.location.GeocoderParams
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 12 /* _arg4 */
        start local 12 // java.util.List _arg4
        13: .line 69
            aload 0 /* this */
            dload 6 /* _arg0 */
            dload 8 /* _arg1 */
            iload 10 /* _arg2 */
            aload 11 /* _arg3 */
            aload 12 /* _arg4 */
            invokevirtual android.location.IGeocodeProvider$Stub.getFromLocation:(DDILandroid/location/GeocoderParams;Ljava/util/List;)Ljava/lang/String;
            astore 13 /* _result */
        start local 13 // java.lang.String _result
        14: .line 70
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        15: .line 71
            aload 3 /* reply */
            aload 13 /* _result */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
        16: .line 72
            aload 3 /* reply */
            aload 12 /* _arg4 */
            invokevirtual android.os.Parcel.writeTypedList:(Ljava/util/List;)V
        17: .line 73
            iconst_1
            ireturn
        end local 13 // java.lang.String _result
        end local 12 // java.util.List _arg4
        end local 11 // android.location.GeocoderParams _arg3
        end local 10 // int _arg2
        end local 8 // double _arg1
        end local 6 // double _arg0
        18: .line 77
      StackMap locals: android.location.IGeocodeProvider$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
        19: .line 79
            aload 2 /* data */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            astore 6 /* _arg0 */
        start local 6 // java.lang.String _arg0
        20: .line 81
            aload 2 /* data */
            invokevirtual android.os.Parcel.readDouble:()D
            dstore 7 /* _arg1 */
        start local 7 // double _arg1
        21: .line 83
            aload 2 /* data */
            invokevirtual android.os.Parcel.readDouble:()D
            dstore 9 /* _arg2 */
        start local 9 // double _arg2
        22: .line 85
            aload 2 /* data */
            invokevirtual android.os.Parcel.readDouble:()D
            dstore 11 /* _arg3 */
        start local 11 // double _arg3
        23: .line 87
            aload 2 /* data */
            invokevirtual android.os.Parcel.readDouble:()D
            dstore 13 /* _arg4 */
        start local 13 // double _arg4
        24: .line 89
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 15 /* _arg5 */
        start local 15 // int _arg5
        25: .line 91
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 28
        26: .line 92
            getstatic android.location.GeocoderParams.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.location.GeocoderParams
            astore 16 /* _arg6 */
        start local 16 // android.location.GeocoderParams _arg6
        27: .line 93
            goto 29
        end local 16 // android.location.GeocoderParams _arg6
        28: .line 95
      StackMap locals: android.location.IGeocodeProvider$Stub int android.os.Parcel android.os.Parcel int java.lang.String java.lang.String double double double double int
      StackMap stack:
            aconst_null
            astore 16 /* _arg6 */
        start local 16 // android.location.GeocoderParams _arg6
        29: .line 98
      StackMap locals: android.location.GeocoderParams
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 17 /* _arg7 */
        start local 17 // java.util.List _arg7
        30: .line 99
            aload 0 /* this */
            aload 6 /* _arg0 */
            dload 7 /* _arg1 */
            dload 9 /* _arg2 */
            dload 11 /* _arg3 */
            dload 13 /* _arg4 */
            iload 15 /* _arg5 */
            aload 16 /* _arg6 */
            aload 17 /* _arg7 */
            invokevirtual android.location.IGeocodeProvider$Stub.getFromLocationName:(Ljava/lang/String;DDDDILandroid/location/GeocoderParams;Ljava/util/List;)Ljava/lang/String;
            astore 18 /* _result */
        start local 18 // java.lang.String _result
        31: .line 100
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        32: .line 101
            aload 3 /* reply */
            aload 18 /* _result */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
        33: .line 102
            aload 3 /* reply */
            aload 17 /* _arg7 */
            invokevirtual android.os.Parcel.writeTypedList:(Ljava/util/List;)V
        34: .line 103
            iconst_1
            ireturn
        end local 18 // java.lang.String _result
        end local 17 // java.util.List _arg7
        end local 16 // android.location.GeocoderParams _arg6
        end local 15 // int _arg5
        end local 13 // double _arg4
        end local 11 // double _arg3
        end local 9 // double _arg2
        end local 7 // double _arg1
        end local 6 // java.lang.String _arg0
        35: .line 107
      StackMap locals: android.location.IGeocodeProvider$Stub int android.os.Parcel android.os.Parcel int java.lang.String
      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.IGeocodeProvider$Stub this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   36     0        this  Landroid/location/IGeocodeProvider$Stub;
            0   36     1        code  I
            0   36     2        data  Landroid/os/Parcel;
            0   36     3       reply  Landroid/os/Parcel;
            0   36     4       flags  I
            1   36     5  descriptor  Ljava/lang/String;
            6   18     6       _arg0  D
            7   18     8       _arg1  D
            8   18    10       _arg2  I
           10   11    11       _arg3  Landroid/location/GeocoderParams;
           12   18    11       _arg3  Landroid/location/GeocoderParams;
           13   18    12       _arg4  Ljava/util/List<Landroid/location/Address;>;
           14   18    13     _result  Ljava/lang/String;
           20   35     6       _arg0  Ljava/lang/String;
           21   35     7       _arg1  D
           22   35     9       _arg2  D
           23   35    11       _arg3  D
           24   35    13       _arg4  D
           25   35    15       _arg5  I
           27   28    16       _arg6  Landroid/location/GeocoderParams;
           29   35    16       _arg6  Landroid/location/GeocoderParams;
           30   35    17       _arg7  Ljava/util/List<Landroid/location/Address;>;
           31   35    18     _result  Ljava/lang/String;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      code   
      data   
      reply  
      flags  
}
SourceFile: "IGeocodeProvider.java"
NestHost: android.location.IGeocodeProvider
InnerClasses:
  public abstract Stub = android.location.IGeocodeProvider$Stub of android.location.IGeocodeProvider
  private Proxy = android.location.IGeocodeProvider$Stub$Proxy of android.location.IGeocodeProvider$Stub
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable