public class android.location.GpsMeasurementsEvent implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.location.GpsMeasurementsEvent
  super_class: java.lang.Object
{
  public static final int STATUS_NOT_SUPPORTED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int STATUS_READY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int STATUS_GPS_LOCATION_DISABLED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private final android.location.GpsClock mClock;
    descriptor: Landroid/location/GpsClock;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Collection<android.location.GpsMeasurement> mReadOnlyMeasurements;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Landroid/location/GpsMeasurement;>;

  public static final android.os.Parcelable$Creator<android.location.GpsMeasurementsEvent> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/location/GpsMeasurementsEvent;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 107
            new android.location.GpsMeasurementsEvent$1
            dup
            invokespecial android.location.GpsMeasurementsEvent$1.<init>:()V
         1: .line 106
            putstatic android.location.GpsMeasurementsEvent.CREATOR:Landroid/os/Parcelable$Creator;
         2: .line 125
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(android.location.GpsClock, android.location.GpsMeasurement[]);
    descriptor: (Landroid/location/GpsClock;[Landroid/location/GpsMeasurement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // android.location.GpsMeasurementsEvent this
        start local 1 // android.location.GpsClock clock
        start local 2 // android.location.GpsMeasurement[] measurements
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 1 /* clock */
            ifnonnull 3
         2: .line 81
            new java.security.InvalidParameterException
            dup
            ldc "Parameter 'clock' must not be null."
            invokespecial java.security.InvalidParameterException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 83
      StackMap locals: android.location.GpsMeasurementsEvent android.location.GpsClock android.location.GpsMeasurement[]
      StackMap stack:
            aload 2 /* measurements */
            ifnull 4
            aload 2 /* measurements */
            arraylength
            ifne 7
         4: .line 84
      StackMap locals:
      StackMap stack:
            new java.security.InvalidParameterException
            dup
         5: .line 85
            ldc "Parameter 'measurements' must not be null or empty."
         6: .line 84
            invokespecial java.security.InvalidParameterException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* clock */
            putfield android.location.GpsMeasurementsEvent.mClock:Landroid/location/GpsClock;
         8: .line 89
            aload 2 /* measurements */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            astore 3 /* measurementCollection */
        start local 3 // java.util.Collection measurementCollection
         9: .line 90
            aload 0 /* this */
            aload 3 /* measurementCollection */
            invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
            putfield android.location.GpsMeasurementsEvent.mReadOnlyMeasurements:Ljava/util/Collection;
        10: .line 91
            return
        end local 3 // java.util.Collection measurementCollection
        end local 2 // android.location.GpsMeasurement[] measurements
        end local 1 // android.location.GpsClock clock
        end local 0 // android.location.GpsMeasurementsEvent this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0                   this  Landroid/location/GpsMeasurementsEvent;
            0   11     1                  clock  Landroid/location/GpsClock;
            0   11     2           measurements  [Landroid/location/GpsMeasurement;
            9   11     3  measurementCollection  Ljava/util/Collection<Landroid/location/GpsMeasurement;>;
    MethodParameters:
              Name  Flags
      clock         
      measurements  

  public android.location.GpsClock getClock();
    descriptor: ()Landroid/location/GpsClock;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.location.GpsMeasurementsEvent this
         0: .line 95
            aload 0 /* this */
            getfield android.location.GpsMeasurementsEvent.mClock:Landroid/location/GpsClock;
            areturn
        end local 0 // android.location.GpsMeasurementsEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/GpsMeasurementsEvent;

  public java.util.Collection<android.location.GpsMeasurement> getMeasurements();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.location.GpsMeasurementsEvent this
         0: .line 103
            aload 0 /* this */
            getfield android.location.GpsMeasurementsEvent.mReadOnlyMeasurements:Ljava/util/Collection;
            areturn
        end local 0 // android.location.GpsMeasurementsEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/GpsMeasurementsEvent;
    Signature: ()Ljava/util/Collection<Landroid/location/GpsMeasurement;>;

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.location.GpsMeasurementsEvent this
         0: .line 129
            iconst_0
            ireturn
        end local 0 // android.location.GpsMeasurementsEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/GpsMeasurementsEvent;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // android.location.GpsMeasurementsEvent this
        start local 1 // android.os.Parcel parcel
        start local 2 // int flags
         0: .line 134
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.location.GpsMeasurementsEvent.mClock:Landroid/location/GpsClock;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
         1: .line 136
            aload 0 /* this */
            getfield android.location.GpsMeasurementsEvent.mReadOnlyMeasurements:Ljava/util/Collection;
            invokeinterface java.util.Collection.size:()I
            istore 3 /* measurementsCount */
        start local 3 // int measurementsCount
         2: .line 138
            aload 0 /* this */
            getfield android.location.GpsMeasurementsEvent.mReadOnlyMeasurements:Ljava/util/Collection;
            iload 3 /* measurementsCount */
            anewarray android.location.GpsMeasurement
            invokeinterface java.util.Collection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast android.location.GpsMeasurement[]
         3: .line 137
            astore 4 /* measurementsArray */
        start local 4 // android.location.GpsMeasurement[] measurementsArray
         4: .line 139
            aload 1 /* parcel */
            aload 4 /* measurementsArray */
            arraylength
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 140
            aload 1 /* parcel */
            aload 4 /* measurementsArray */
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeTypedArray:([Landroid/os/Parcelable;I)V
         6: .line 141
            return
        end local 4 // android.location.GpsMeasurement[] measurementsArray
        end local 3 // int measurementsCount
        end local 2 // int flags
        end local 1 // android.os.Parcel parcel
        end local 0 // android.location.GpsMeasurementsEvent this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Landroid/location/GpsMeasurementsEvent;
            0    7     1             parcel  Landroid/os/Parcel;
            0    7     2              flags  I
            2    7     3  measurementsCount  I
            4    7     4  measurementsArray  [Landroid/location/GpsMeasurement;
    MethodParameters:
        Name  Flags
      parcel  
      flags   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // android.location.GpsMeasurementsEvent this
         0: .line 145
            new java.lang.StringBuilder
            dup
            ldc "[ GpsMeasurementsEvent:\n\n"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* builder */
        start local 1 // java.lang.StringBuilder builder
         1: .line 147
            aload 1 /* builder */
            aload 0 /* this */
            getfield android.location.GpsMeasurementsEvent.mClock:Landroid/location/GpsClock;
            invokevirtual android.location.GpsClock.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 148
            aload 1 /* builder */
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 150
            aload 0 /* this */
            getfield android.location.GpsMeasurementsEvent.mReadOnlyMeasurements:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 7
      StackMap locals: android.location.GpsMeasurementsEvent java.lang.StringBuilder top java.util.Iterator
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast android.location.GpsMeasurement
            astore 2 /* measurement */
        start local 2 // android.location.GpsMeasurement measurement
         5: .line 151
            aload 1 /* builder */
            aload 2 /* measurement */
            invokevirtual android.location.GpsMeasurement.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 152
            aload 1 /* builder */
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 2 // android.location.GpsMeasurement measurement
         7: .line 150
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 155
            aload 1 /* builder */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         9: .line 157
            aload 1 /* builder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder builder
        end local 0 // android.location.GpsMeasurementsEvent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Landroid/location/GpsMeasurementsEvent;
            1   10     1      builder  Ljava/lang/StringBuilder;
            5    7     2  measurement  Landroid/location/GpsMeasurement;
}
SourceFile: "GpsMeasurementsEvent.java"
NestMembers:
  android.location.GpsMeasurementsEvent$1  android.location.GpsMeasurementsEvent$Listener
InnerClasses:
  android.location.GpsMeasurementsEvent$1
  public abstract Listener = android.location.GpsMeasurementsEvent$Listener of android.location.GpsMeasurementsEvent
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()