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

  protected android.location.Location$BearingDistanceCache initialValue();
    descriptor: ()Landroid/location/Location$BearingDistanceCache;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.location.Location$1 this
         0: .line 121
            new android.location.Location$BearingDistanceCache
            dup
            invokespecial android.location.Location$BearingDistanceCache.<init>:()V
            areturn
        end local 0 // android.location.Location$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/Location$1;

  protected java.lang.Object initialValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual android.location.Location$1.initialValue:()Landroid/location/Location$BearingDistanceCache;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/ThreadLocal<Landroid/location/Location$BearingDistanceCache;>;
SourceFile: "Location.java"
EnclosingMethod: android.location.Location
NestHost: android.location.Location
InnerClasses:
  android.location.Location$1
  private BearingDistanceCache = android.location.Location$BearingDistanceCache of android.location.Location