class android.location.LocationManager$ListenerTransport$2 extends android.os.Handler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.location.LocationManager$ListenerTransport$2
  super_class: android.os.Handler
{
  final android.location.LocationManager$ListenerTransport this$1;
    descriptor: Landroid/location/LocationManager$ListenerTransport;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.location.LocationManager$ListenerTransport, android.os.Looper);
    descriptor: (Landroid/location/LocationManager$ListenerTransport;Landroid/os/Looper;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.location.LocationManager$ListenerTransport$2 this
        start local 2 // android.os.Looper $anonymous0
         0: .line 320
            aload 0 /* this */
            aload 1
            putfield android.location.LocationManager$ListenerTransport$2.this$1:Landroid/location/LocationManager$ListenerTransport;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial android.os.Handler.<init>:(Landroid/os/Looper;)V
            return
        end local 2 // android.os.Looper $anonymous0
        end local 0 // android.location.LocationManager$ListenerTransport$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Landroid/location/LocationManager$ListenerTransport$2;
            0    1     2  $anonymous0  Landroid/os/Looper;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public void handleMessage(android.os.Message);
    descriptor: (Landroid/os/Message;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.location.LocationManager$ListenerTransport$2 this
        start local 1 // android.os.Message msg
         0: .line 323
            aload 0 /* this */
            getfield android.location.LocationManager$ListenerTransport$2.this$1:Landroid/location/LocationManager$ListenerTransport;
            aload 1 /* msg */
            invokevirtual android.location.LocationManager$ListenerTransport._handleMessage:(Landroid/os/Message;)V
         1: .line 324
            return
        end local 1 // android.os.Message msg
        end local 0 // android.location.LocationManager$ListenerTransport$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/location/LocationManager$ListenerTransport$2;
            0    2     1   msg  Landroid/os/Message;
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "LocationManager.java"
EnclosingMethod: android.location.LocationManager$ListenerTransport.<init>:(Landroid/location/LocationManager;Landroid/location/LocationListener;Landroid/os/Looper;)V
NestHost: android.location.LocationManager
InnerClasses:
  private ListenerTransport = android.location.LocationManager$ListenerTransport of android.location.LocationManager
  android.location.LocationManager$ListenerTransport$2