public class android.location.FusedBatchOptions implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.location.FusedBatchOptions
  super_class: java.lang.Object
{
  private volatile long mPeriodInNS;
    descriptor: J
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile int mSourcesToUse;
    descriptor: I
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile int mFlags;
    descriptor: I
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile double mMaxPowerAllocationInMW;
    descriptor: D
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile float mSmallestDisplacementMeters;
    descriptor: F
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.location.FusedBatchOptions this
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            aload 0 /* this */
            lconst_0
            putfield android.location.FusedBatchOptions.mPeriodInNS:J
         2: .line 28
            aload 0 /* this */
            iconst_0
            putfield android.location.FusedBatchOptions.mSourcesToUse:I
         3: .line 29
            aload 0 /* this */
            iconst_0
            putfield android.location.FusedBatchOptions.mFlags:I
         4: .line 32
            aload 0 /* this */
            dconst_0
            putfield android.location.FusedBatchOptions.mMaxPowerAllocationInMW:D
         5: .line 34
            aload 0 /* this */
            fconst_0
            putfield android.location.FusedBatchOptions.mSmallestDisplacementMeters:F
         6: .line 26
            return
        end local 0 // android.location.FusedBatchOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/location/FusedBatchOptions;

  public void setMaxPowerAllocationInMW(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.location.FusedBatchOptions this
        start local 1 // double value
         0: .line 40
            aload 0 /* this */
            dload 1 /* value */
            putfield android.location.FusedBatchOptions.mMaxPowerAllocationInMW:D
         1: .line 41
            return
        end local 1 // double value
        end local 0 // android.location.FusedBatchOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/location/FusedBatchOptions;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public double getMaxPowerAllocationInMW();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.location.FusedBatchOptions this
         0: .line 44
            aload 0 /* this */
            getfield android.location.FusedBatchOptions.mMaxPowerAllocationInMW:D
            dreturn
        end local 0 // android.location.FusedBatchOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/FusedBatchOptions;

  public void setPeriodInNS(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.location.FusedBatchOptions this
        start local 1 // long value
         0: .line 48
            aload 0 /* this */
            lload 1 /* value */
            putfield android.location.FusedBatchOptions.mPeriodInNS:J
         1: .line 49
            return
        end local 1 // long value
        end local 0 // android.location.FusedBatchOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/location/FusedBatchOptions;
            0    2     1  value  J
    MethodParameters:
       Name  Flags
      value  

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

  public void setSmallestDisplacementMeters(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.location.FusedBatchOptions this
        start local 1 // float value
         0: .line 56
            aload 0 /* this */
            fload 1 /* value */
            putfield android.location.FusedBatchOptions.mSmallestDisplacementMeters:F
         1: .line 57
            return
        end local 1 // float value
        end local 0 // android.location.FusedBatchOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/location/FusedBatchOptions;
            0    2     1  value  F
    MethodParameters:
       Name  Flags
      value  

  public float getSmallestDisplacementMeters();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.location.FusedBatchOptions this
         0: .line 60
            aload 0 /* this */
            getfield android.location.FusedBatchOptions.mSmallestDisplacementMeters:F
            freturn
        end local 0 // android.location.FusedBatchOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/FusedBatchOptions;

  public void setSourceToUse(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.location.FusedBatchOptions this
        start local 1 // int source
         0: .line 64
            aload 0 /* this */
            dup
            getfield android.location.FusedBatchOptions.mSourcesToUse:I
            iload 1 /* source */
            ior
            putfield android.location.FusedBatchOptions.mSourcesToUse:I
         1: .line 65
            return
        end local 1 // int source
        end local 0 // android.location.FusedBatchOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/location/FusedBatchOptions;
            0    2     1  source  I
    MethodParameters:
        Name  Flags
      source  

  public void resetSourceToUse(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.location.FusedBatchOptions this
        start local 1 // int source
         0: .line 68
            aload 0 /* this */
            dup
            getfield android.location.FusedBatchOptions.mSourcesToUse:I
            iload 1 /* source */
            iconst_m1
            ixor
            iand
            putfield android.location.FusedBatchOptions.mSourcesToUse:I
         1: .line 69
            return
        end local 1 // int source
        end local 0 // android.location.FusedBatchOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/location/FusedBatchOptions;
            0    2     1  source  I
    MethodParameters:
        Name  Flags
      source  

  public boolean isSourceToUseSet(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.location.FusedBatchOptions this
        start local 1 // int source
         0: .line 72
            aload 0 /* this */
            getfield android.location.FusedBatchOptions.mSourcesToUse:I
            iload 1 /* source */
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int source
        end local 0 // android.location.FusedBatchOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/location/FusedBatchOptions;
            0    2     1  source  I
    MethodParameters:
        Name  Flags
      source  

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

  public void setFlag(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.location.FusedBatchOptions this
        start local 1 // int flag
         0: .line 80
            aload 0 /* this */
            dup
            getfield android.location.FusedBatchOptions.mFlags:I
            iload 1 /* flag */
            ior
            putfield android.location.FusedBatchOptions.mFlags:I
         1: .line 81
            return
        end local 1 // int flag
        end local 0 // android.location.FusedBatchOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/location/FusedBatchOptions;
            0    2     1  flag  I
    MethodParameters:
      Name  Flags
      flag  

  public void resetFlag(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.location.FusedBatchOptions this
        start local 1 // int flag
         0: .line 84
            aload 0 /* this */
            dup
            getfield android.location.FusedBatchOptions.mFlags:I
            iload 1 /* flag */
            iconst_m1
            ixor
            iand
            putfield android.location.FusedBatchOptions.mFlags:I
         1: .line 85
            return
        end local 1 // int flag
        end local 0 // android.location.FusedBatchOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/location/FusedBatchOptions;
            0    2     1  flag  I
    MethodParameters:
      Name  Flags
      flag  

  public boolean isFlagSet(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.location.FusedBatchOptions this
        start local 1 // int flag
         0: .line 88
            aload 0 /* this */
            getfield android.location.FusedBatchOptions.mFlags:I
            iload 1 /* flag */
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int flag
        end local 0 // android.location.FusedBatchOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/location/FusedBatchOptions;
            0    2     1  flag  I
    MethodParameters:
      Name  Flags
      flag  

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

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

  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.FusedBatchOptions this
        start local 1 // android.os.Parcel parcel
        start local 2 // int flags
         0: .line 142
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.location.FusedBatchOptions.mMaxPowerAllocationInMW:D
            invokevirtual android.os.Parcel.writeDouble:(D)V
         1: .line 143
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.location.FusedBatchOptions.mPeriodInNS:J
            invokevirtual android.os.Parcel.writeLong:(J)V
         2: .line 144
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.location.FusedBatchOptions.mSourcesToUse:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 145
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.location.FusedBatchOptions.mFlags:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 146
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.location.FusedBatchOptions.mSmallestDisplacementMeters:F
            invokevirtual android.os.Parcel.writeFloat:(F)V
         5: .line 147
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel parcel
        end local 0 // android.location.FusedBatchOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Landroid/location/FusedBatchOptions;
            0    6     1  parcel  Landroid/os/Parcel;
            0    6     2   flags  I
    MethodParameters:
        Name  Flags
      parcel  
      flags   
}
SourceFile: "FusedBatchOptions.java"
NestMembers:
  android.location.FusedBatchOptions$1  android.location.FusedBatchOptions$BatchFlags  android.location.FusedBatchOptions$SourceTechnologies
InnerClasses:
  android.location.FusedBatchOptions$1
  public final BatchFlags = android.location.FusedBatchOptions$BatchFlags of android.location.FusedBatchOptions
  public final SourceTechnologies = android.location.FusedBatchOptions$SourceTechnologies of android.location.FusedBatchOptions
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable