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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.os.SystemService$1 this
         0: .line 53
            getstatic android.os.SystemService.sPropertyLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 54
            getstatic android.os.SystemService.sPropertyLock:Ljava/lang/Object;
            invokevirtual java.lang.Object.notifyAll:()V
         2: .line 53
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: android.os.SystemService$1 java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 56
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.os.SystemService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/os/SystemService$1;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
}
SourceFile: "SystemService.java"
EnclosingMethod: android.os.SystemService
NestHost: android.os.SystemService
InnerClasses:
  android.os.SystemService$1