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

  public android.hardware.location.ActivityRecognitionEvent createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Landroid/hardware/location/ActivityRecognitionEvent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // android.hardware.location.ActivityRecognitionEvent$1 this
        start local 1 // android.os.Parcel source
         0: .line 54
            aload 1 /* source */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            astore 2 /* activity */
        start local 2 // java.lang.String activity
         1: .line 55
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            istore 3 /* eventType */
        start local 3 // int eventType
         2: .line 56
            aload 1 /* source */
            invokevirtual android.os.Parcel.readLong:()J
            lstore 4 /* timestampNs */
        start local 4 // long timestampNs
         3: .line 58
            new android.hardware.location.ActivityRecognitionEvent
            dup
            aload 2 /* activity */
            iload 3 /* eventType */
            lload 4 /* timestampNs */
            invokespecial android.hardware.location.ActivityRecognitionEvent.<init>:(Ljava/lang/String;IJ)V
            areturn
        end local 4 // long timestampNs
        end local 3 // int eventType
        end local 2 // java.lang.String activity
        end local 1 // android.os.Parcel source
        end local 0 // android.hardware.location.ActivityRecognitionEvent$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Landroid/hardware/location/ActivityRecognitionEvent$1;
            0    4     1       source  Landroid/os/Parcel;
            1    4     2     activity  Ljava/lang/String;
            2    4     3    eventType  I
            3    4     4  timestampNs  J
    MethodParameters:
        Name  Flags
      source  

  public android.hardware.location.ActivityRecognitionEvent[] newArray(int);
    descriptor: (I)[Landroid/hardware/location/ActivityRecognitionEvent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.hardware.location.ActivityRecognitionEvent$1 this
        start local 1 // int size
         0: .line 63
            iload 1 /* size */
            anewarray android.hardware.location.ActivityRecognitionEvent
            areturn
        end local 1 // int size
        end local 0 // android.hardware.location.ActivityRecognitionEvent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/ActivityRecognitionEvent$1;
            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.hardware.location.ActivityRecognitionEvent$1.createFromParcel:(Landroid/os/Parcel;)Landroid/hardware/location/ActivityRecognitionEvent;
            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.hardware.location.ActivityRecognitionEvent$1.newArray:(I)[Landroid/hardware/location/ActivityRecognitionEvent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Landroid/os/Parcelable$Creator<Landroid/hardware/location/ActivityRecognitionEvent;>;
SourceFile: "ActivityRecognitionEvent.java"
EnclosingMethod: android.hardware.location.ActivityRecognitionEvent
NestHost: android.hardware.location.ActivityRecognitionEvent
InnerClasses:
  android.hardware.location.ActivityRecognitionEvent$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable