public class com.android.systemui.SystemBars extends com.android.systemui.SystemUI
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.systemui.SystemBars
  super_class: com.android.systemui.SystemUI
{
  private static final java.lang.String TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "SystemBars"

  private static final boolean DEBUG;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int WAIT_FOR_BARS_TO_DIE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 500

  private com.android.systemui.SystemUI mStatusBar;
    descriptor: Lcom/android/systemui/SystemUI;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.systemui.SystemBars this
         0: .line 31
            aload 0 /* this */
            invokespecial com.android.systemui.SystemUI.<init>:()V
            return
        end local 0 // com.android.systemui.SystemBars this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/SystemBars;

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.systemui.SystemBars this
         0: .line 42
            aload 0 /* this */
            invokevirtual com.android.systemui.SystemBars.createStatusBarFromConfig:()V
         1: .line 43
            return
        end local 0 // com.android.systemui.SystemBars this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/android/systemui/SystemBars;

  public void dump(java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[]);
    descriptor: (Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.android.systemui.SystemBars this
        start local 1 // java.io.FileDescriptor fd
        start local 2 // java.io.PrintWriter pw
        start local 3 // java.lang.String[] args
         0: .line 47
            aload 0 /* this */
            getfield com.android.systemui.SystemBars.mStatusBar:Lcom/android/systemui/SystemUI;
            ifnull 2
         1: .line 48
            aload 0 /* this */
            getfield com.android.systemui.SystemBars.mStatusBar:Lcom/android/systemui/SystemUI;
            aload 1 /* fd */
            aload 2 /* pw */
            aload 3 /* args */
            invokevirtual com.android.systemui.SystemUI.dump:(Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V
         2: .line 50
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String[] args
        end local 2 // java.io.PrintWriter pw
        end local 1 // java.io.FileDescriptor fd
        end local 0 // com.android.systemui.SystemBars this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/android/systemui/SystemBars;
            0    3     1    fd  Ljava/io/FileDescriptor;
            0    3     2    pw  Ljava/io/PrintWriter;
            0    3     3  args  [Ljava/lang/String;
    MethodParameters:
      Name  Flags
      fd    
      pw    
      args  

  private void createStatusBarFromConfig();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.SystemBars this
         0: .line 54
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.SystemBars this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/SystemBars;

  private java.lang.RuntimeException andLog(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.android.systemui.SystemBars this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable t
         0: .line 76
            ldc "SystemBars"
            aload 1 /* msg */
            aload 2 /* t */
            invokestatic android.util.Log.w:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
         1: .line 77
            new java.lang.RuntimeException
            dup
            aload 1 /* msg */
            aload 2 /* t */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Throwable t
        end local 1 // java.lang.String msg
        end local 0 // com.android.systemui.SystemBars this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/android/systemui/SystemBars;
            0    2     1   msg  Ljava/lang/String;
            0    2     2     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      msg   
      t     
}
SourceFile: "SystemBars.java"