class android.location.Location$2 implements android.os.Parcelable$Creator<android.location.Location>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.location.Location$2
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.location.Location$2 this
         0: .line 1079
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.location.Location$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/Location$2;

  public android.location.Location createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Landroid/location/Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // android.location.Location$2 this
        start local 1 // android.os.Parcel in
         0: .line 1082
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            astore 2 /* provider */
        start local 2 // java.lang.String provider
         1: .line 1083
            new android.location.Location
            dup
            aload 2 /* provider */
            invokespecial android.location.Location.<init>:(Ljava/lang/String;)V
            astore 3 /* l */
        start local 3 // android.location.Location l
         2: .line 1084
            aload 3 /* l */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            putfield android.location.Location.mTime:J
         3: .line 1085
            aload 3 /* l */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            putfield android.location.Location.mElapsedRealtimeNanos:J
         4: .line 1086
            aload 3 /* l */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readByte:()B
            putfield android.location.Location.mFieldsMask:B
         5: .line 1087
            aload 3 /* l */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readDouble:()D
            putfield android.location.Location.mLatitude:D
         6: .line 1088
            aload 3 /* l */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readDouble:()D
            putfield android.location.Location.mLongitude:D
         7: .line 1089
            aload 3 /* l */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readDouble:()D
            putfield android.location.Location.mAltitude:D
         8: .line 1090
            aload 3 /* l */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readFloat:()F
            putfield android.location.Location.mSpeed:F
         9: .line 1091
            aload 3 /* l */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readFloat:()F
            putfield android.location.Location.mBearing:F
        10: .line 1092
            aload 3 /* l */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readFloat:()F
            putfield android.location.Location.mHorizontalAccuracyMeters:F
        11: .line 1093
            aload 3 /* l */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readFloat:()F
            putfield android.location.Location.mVerticalAccuracyMeters:F
        12: .line 1094
            aload 3 /* l */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readFloat:()F
            putfield android.location.Location.mSpeedAccuracyMetersPerSecond:F
        13: .line 1095
            aload 3 /* l */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readFloat:()F
            putfield android.location.Location.mBearingAccuracyDegrees:F
        14: .line 1096
            aload 3 /* l */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readBundle:()Landroid/os/Bundle;
            iconst_1
            invokestatic android.os.Bundle.setDefusable:(Landroid/os/Bundle;Z)Landroid/os/Bundle;
            putfield android.location.Location.mExtras:Landroid/os/Bundle;
        15: .line 1097
            aload 3 /* l */
            areturn
        end local 3 // android.location.Location l
        end local 2 // java.lang.String provider
        end local 1 // android.os.Parcel in
        end local 0 // android.location.Location$2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Landroid/location/Location$2;
            0   16     1        in  Landroid/os/Parcel;
            1   16     2  provider  Ljava/lang/String;
            2   16     3         l  Landroid/location/Location;
    MethodParameters:
      Name  Flags
      in    

  public android.location.Location[] newArray(int);
    descriptor: (I)[Landroid/location/Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.location.Location$2 this
        start local 1 // int size
         0: .line 1102
            iload 1 /* size */
            anewarray android.location.Location
            areturn
        end local 1 // int size
        end local 0 // android.location.Location$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/Location$2;
            0    1     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public java.lang.Object createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual android.location.Location$2.createFromParcel:(Landroid/os/Parcel;)Landroid/location/Location;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object[] newArray(int);
    descriptor: (I)[Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual android.location.Location$2.newArray:(I)[Landroid/location/Location;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Landroid/os/Parcelable$Creator<Landroid/location/Location;>;
SourceFile: "Location.java"
EnclosingMethod: android.location.Location
NestHost: android.location.Location
InnerClasses:
  android.location.Location$2
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable