public class com.android.systemui.SystemUIApplication extends android.app.Application implements com.android.systemui.SysUiServiceProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.systemui.SystemUIApplication
  super_class: android.app.Application
{
  public static final java.lang.String TAG;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "SystemUIService"

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

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

  private boolean mServicesStarted;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean mBootCompleted;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final java.util.Map<java.lang.Class<?>, java.lang.Object> mComponents;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Class<*>;Ljava/lang/Object;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.SystemUIApplication this
         0: .line 48
            aload 0 /* this */
            invokespecial android.app.Application.<init>:()V
         1: .line 59
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.android.systemui.SystemUIApplication.mComponents:Ljava/util/Map;
         2: .line 48
            return
        end local 0 // com.android.systemui.SystemUIApplication this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/android/systemui/SystemUIApplication;

  public void onCreate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.SystemUIApplication this
         0: .line 67
            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.SystemUIApplication this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/SystemUIApplication;

  public void startServicesIfNeeded();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.SystemUIApplication this
         0: .line 128
            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.SystemUIApplication this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/SystemUIApplication;

  void startSecondaryUserServicesIfNeeded();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.SystemUIApplication this
         0: .line 140
            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.SystemUIApplication this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/SystemUIApplication;

  private void startServicesIfNeeded(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.SystemUIApplication this
         0: .line 198
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method addPluginListener(PluginListener<T>, Class<?>, boolean) from the type PluginManager refers to the missing type PluginListener\n\tPluginListener cannot be resolved to a type\n\tOverlayPlugin cannot be resolved to a type\n\tOverlayPlugin cannot be resolved to a type\n\tOverlayPlugin cannot be resolved to a type\n\tOverlayPlugin cannot be resolved to a type\n\tOverlayPlugin cannot be resolved to a type\n\tOverlayPlugin cannot be resolved to a type\n\tOverlayPlugin cannot be resolved to a type\n\tOverlayPlugin cannot be resolved to a type\n\tOverlayPlugin cannot be resolved to a type\n\tOverlayPlugin cannot be resolved to a type\n\tOverlayPlugin cannot be resolved to a type\n\tOverlayPlugin cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.SystemUIApplication this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/SystemUIApplication;
    MethodParameters:
          Name  Flags
      services  

  public void onConfigurationChanged(android.content.res.Configuration);
    descriptor: (Landroid/content/res/Configuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.android.systemui.SystemUIApplication this
        start local 1 // android.content.res.Configuration newConfig
         0: .line 234
            aload 0 /* this */
            getfield com.android.systemui.SystemUIApplication.mServicesStarted:Z
            ifeq 8
         1: .line 235
            aload 0 /* this */
            getfield com.android.systemui.SystemUIApplication.mServices:[Lcom/android/systemui/SystemUI;
            arraylength
            istore 2 /* len */
        start local 2 // int len
         2: .line 236
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 237
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.android.systemui.SystemUIApplication.mServices:[Lcom/android/systemui/SystemUI;
            iload 3 /* i */
            aaload
            ifnull 6
         5: .line 238
            aload 0 /* this */
            getfield com.android.systemui.SystemUIApplication.mServices:[Lcom/android/systemui/SystemUI;
            iload 3 /* i */
            aaload
            aload 1 /* newConfig */
            invokevirtual com.android.systemui.SystemUI.onConfigurationChanged:(Landroid/content/res/Configuration;)V
         6: .line 236
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 2 /* len */
            if_icmplt 4
        end local 3 // int i
        end local 2 // int len
         8: .line 242
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.content.res.Configuration newConfig
        end local 0 // com.android.systemui.SystemUIApplication this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/android/systemui/SystemUIApplication;
            0    9     1  newConfig  Landroid/content/res/Configuration;
            2    8     2        len  I
            3    8     3          i  I
    MethodParameters:
           Name  Flags
      newConfig  

  public <T> T getComponent(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.systemui.SystemUIApplication this
        start local 1 // java.lang.Class interfaceType
         0: .line 246
            aload 0 /* this */
            getfield com.android.systemui.SystemUIApplication.mComponents:Ljava/util/Map;
            aload 1 /* interfaceType */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Class interfaceType
        end local 0 // com.android.systemui.SystemUIApplication this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/android/systemui/SystemUIApplication;
            0    1     1  interfaceType  Ljava/lang/Class<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
               Name  Flags
      interfaceType  

  public com.android.systemui.SystemUI[] getServices();
    descriptor: ()[Lcom/android/systemui/SystemUI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.systemui.SystemUIApplication this
         0: .line 250
            aload 0 /* this */
            getfield com.android.systemui.SystemUIApplication.mServices:[Lcom/android/systemui/SystemUI;
            areturn
        end local 0 // com.android.systemui.SystemUIApplication this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/SystemUIApplication;
}
SourceFile: "SystemUIApplication.java"
NestMembers:
  com.android.systemui.SystemUIApplication$1  com.android.systemui.SystemUIApplication$2  com.android.systemui.SystemUIApplication$3