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

  public static int STATUS_READY;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static int STATUS_GPS_LOCATION_DISABLED;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 39
            iconst_0
            putstatic android.location.GpsNavigationMessageEvent.STATUS_NOT_SUPPORTED:I
         1: .line 45
            iconst_1
            putstatic android.location.GpsNavigationMessageEvent.STATUS_READY:I
         2: .line 50
            iconst_2
            putstatic android.location.GpsNavigationMessageEvent.STATUS_GPS_LOCATION_DISABLED:I
         3: .line 88
            new android.location.GpsNavigationMessageEvent$1
            dup
            invokespecial android.location.GpsNavigationMessageEvent$1.<init>:()V
         4: .line 87
            putstatic android.location.GpsNavigationMessageEvent.CREATOR:Landroid/os/Parcelable$Creator;
         5: .line 100
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(android.location.GpsNavigationMessage);
    descriptor: (Landroid/location/GpsNavigationMessage;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.location.GpsNavigationMessageEvent this
        start local 1 // android.location.GpsNavigationMessage message
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 1 /* message */
            ifnonnull 3
         2: .line 77
            new java.security.InvalidParameterException
            dup
            ldc "Parameter 'message' must not be null."
            invokespecial java.security.InvalidParameterException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 79
      StackMap locals: android.location.GpsNavigationMessageEvent android.location.GpsNavigationMessage
      StackMap stack:
            aload 0 /* this */
            aload 1 /* message */
            putfield android.location.GpsNavigationMessageEvent.mNavigationMessage:Landroid/location/GpsNavigationMessage;
         4: .line 80
            return
        end local 1 // android.location.GpsNavigationMessage message
        end local 0 // android.location.GpsNavigationMessageEvent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Landroid/location/GpsNavigationMessageEvent;
            0    5     1  message  Landroid/location/GpsNavigationMessage;
    MethodParameters:
         Name  Flags
      message  

  public android.location.GpsNavigationMessage getNavigationMessage();
    descriptor: ()Landroid/location/GpsNavigationMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.location.GpsNavigationMessageEvent this
         0: .line 84
            aload 0 /* this */
            getfield android.location.GpsNavigationMessageEvent.mNavigationMessage:Landroid/location/GpsNavigationMessage;
            areturn
        end local 0 // android.location.GpsNavigationMessageEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/GpsNavigationMessageEvent;

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

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.location.GpsNavigationMessageEvent this
        start local 1 // android.os.Parcel parcel
        start local 2 // int flags
         0: .line 109
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.location.GpsNavigationMessageEvent.mNavigationMessage:Landroid/location/GpsNavigationMessage;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
         1: .line 110
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel parcel
        end local 0 // android.location.GpsNavigationMessageEvent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/location/GpsNavigationMessageEvent;
            0    2     1  parcel  Landroid/os/Parcel;
            0    2     2   flags  I
    MethodParameters:
        Name  Flags
      parcel  
      flags   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.location.GpsNavigationMessageEvent this
         0: .line 114
            new java.lang.StringBuilder
            dup
            ldc "[ GpsNavigationMessageEvent:\n\n"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* builder */
        start local 1 // java.lang.StringBuilder builder
         1: .line 115
            aload 1 /* builder */
            aload 0 /* this */
            getfield android.location.GpsNavigationMessageEvent.mNavigationMessage:Landroid/location/GpsNavigationMessage;
            invokevirtual android.location.GpsNavigationMessage.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 116
            aload 1 /* builder */
            ldc "\n]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 117
            aload 1 /* builder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder builder
        end local 0 // android.location.GpsNavigationMessageEvent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/location/GpsNavigationMessageEvent;
            1    4     1  builder  Ljava/lang/StringBuilder;
}
SourceFile: "GpsNavigationMessageEvent.java"
NestMembers:
  android.location.GpsNavigationMessageEvent$1  android.location.GpsNavigationMessageEvent$Listener
InnerClasses:
  android.location.GpsNavigationMessageEvent$1
  public abstract Listener = android.location.GpsNavigationMessageEvent$Listener of android.location.GpsNavigationMessageEvent
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()