public class android.hardware.location.ActivityRecognitionEvent implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.hardware.location.ActivityRecognitionEvent
  super_class: java.lang.Object
{
  private final java.lang.String mActivity;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mEventType;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long mTimestampNs;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  public void <init>(java.lang.String, int, long);
    descriptor: (Ljava/lang/String;IJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // android.hardware.location.ActivityRecognitionEvent this
        start local 1 // java.lang.String activity
        start local 2 // int eventType
        start local 3 // long timestampNs
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 1 /* activity */
            putfield android.hardware.location.ActivityRecognitionEvent.mActivity:Ljava/lang/String;
         2: .line 34
            aload 0 /* this */
            iload 2 /* eventType */
            putfield android.hardware.location.ActivityRecognitionEvent.mEventType:I
         3: .line 35
            aload 0 /* this */
            lload 3 /* timestampNs */
            putfield android.hardware.location.ActivityRecognitionEvent.mTimestampNs:J
         4: .line 36
            return
        end local 3 // long timestampNs
        end local 2 // int eventType
        end local 1 // java.lang.String activity
        end local 0 // android.hardware.location.ActivityRecognitionEvent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Landroid/hardware/location/ActivityRecognitionEvent;
            0    5     1     activity  Ljava/lang/String;
            0    5     2    eventType  I
            0    5     3  timestampNs  J
    MethodParameters:
             Name  Flags
      activity     
      eventType    
      timestampNs  

  public java.lang.String getActivity();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.ActivityRecognitionEvent this
         0: .line 39
            aload 0 /* this */
            getfield android.hardware.location.ActivityRecognitionEvent.mActivity:Ljava/lang/String;
            areturn
        end local 0 // android.hardware.location.ActivityRecognitionEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/ActivityRecognitionEvent;

  public int getEventType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.ActivityRecognitionEvent this
         0: .line 43
            aload 0 /* this */
            getfield android.hardware.location.ActivityRecognitionEvent.mEventType:I
            ireturn
        end local 0 // android.hardware.location.ActivityRecognitionEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/ActivityRecognitionEvent;

  public long getTimestampNs();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.hardware.location.ActivityRecognitionEvent this
         0: .line 47
            aload 0 /* this */
            getfield android.hardware.location.ActivityRecognitionEvent.mTimestampNs:J
            lreturn
        end local 0 // android.hardware.location.ActivityRecognitionEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/ActivityRecognitionEvent;

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

  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.hardware.location.ActivityRecognitionEvent this
        start local 1 // android.os.Parcel parcel
        start local 2 // int flags
         0: .line 74
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.hardware.location.ActivityRecognitionEvent.mActivity:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         1: .line 75
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.hardware.location.ActivityRecognitionEvent.mEventType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 76
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.hardware.location.ActivityRecognitionEvent.mTimestampNs:J
            invokevirtual android.os.Parcel.writeLong:(J)V
         3: .line 77
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel parcel
        end local 0 // android.hardware.location.ActivityRecognitionEvent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/hardware/location/ActivityRecognitionEvent;
            0    4     1  parcel  Landroid/os/Parcel;
            0    4     2   flags  I
    MethodParameters:
        Name  Flags
      parcel  
      flags   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // android.hardware.location.ActivityRecognitionEvent this
         0: .line 82
            ldc "Activity='%s', EventType=%s, TimestampNs=%s"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 83
            aload 0 /* this */
            getfield android.hardware.location.ActivityRecognitionEvent.mActivity:Ljava/lang/String;
            aastore
            dup
            iconst_1
         2: .line 84
            aload 0 /* this */
            getfield android.hardware.location.ActivityRecognitionEvent.mEventType:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
         3: .line 85
            aload 0 /* this */
            getfield android.hardware.location.ActivityRecognitionEvent.mTimestampNs:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
         4: .line 81
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // android.hardware.location.ActivityRecognitionEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/hardware/location/ActivityRecognitionEvent;
}
SourceFile: "ActivityRecognitionEvent.java"
NestMembers:
  android.hardware.location.ActivityRecognitionEvent$1
InnerClasses:
  android.hardware.location.ActivityRecognitionEvent$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable