class android.location.CountryDetector$ListenerTransport$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.location.CountryDetector$ListenerTransport$1
  super_class: java.lang.Object
{
  final android.location.CountryDetector$ListenerTransport this$1;
    descriptor: Landroid/location/CountryDetector$ListenerTransport;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final android.location.Country val$country;
    descriptor: Landroid/location/Country;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.location.CountryDetector$ListenerTransport, android.location.Country);
    descriptor: (Landroid/location/CountryDetector$ListenerTransport;Landroid/location/Country;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.location.CountryDetector$ListenerTransport$1 this
         0: .line 72
            aload 0 /* this */
            aload 1
            putfield android.location.CountryDetector$ListenerTransport$1.this$1:Landroid/location/CountryDetector$ListenerTransport;
            aload 0 /* this */
            aload 2
            putfield android.location.CountryDetector$ListenerTransport$1.val$country:Landroid/location/Country;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.location.CountryDetector$ListenerTransport$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/CountryDetector$ListenerTransport$1;
    MethodParameters:
             Name  Flags
      this$0       final
      val$country  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.location.CountryDetector$ListenerTransport$1 this
         0: .line 74
            aload 0 /* this */
            getfield android.location.CountryDetector$ListenerTransport$1.this$1:Landroid/location/CountryDetector$ListenerTransport;
            getfield android.location.CountryDetector$ListenerTransport.mListener:Landroid/location/CountryListener;
            aload 0 /* this */
            getfield android.location.CountryDetector$ListenerTransport$1.val$country:Landroid/location/Country;
            invokeinterface android.location.CountryListener.onCountryDetected:(Landroid/location/Country;)V
         1: .line 75
            return
        end local 0 // android.location.CountryDetector$ListenerTransport$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/location/CountryDetector$ListenerTransport$1;
}
SourceFile: "CountryDetector.java"
EnclosingMethod: android.location.CountryDetector$ListenerTransport.onCountryDetected:(Landroid/location/Country;)V
NestHost: android.location.CountryDetector
InnerClasses:
  private final ListenerTransport = android.location.CountryDetector$ListenerTransport of android.location.CountryDetector
  android.location.CountryDetector$ListenerTransport$1