public final class com.android.systemui.Dependency$DependencyKey<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.android.systemui.Dependency$DependencyKey
  super_class: java.lang.Object
{
  private final java.lang.String mDisplayName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.Dependency$DependencyKey this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.systemui.plugins.ActivityStarter cannot be resolved\n\tThe import com.android.systemui.plugins.VolumeDialogController cannot be resolved\n\tActivityStarter cannot be resolved to a type\n\tThe method getDependency(Class<ActivityStarter>) from the type Dependency refers to the missing type ActivityStarter\n\tActivityStarter cannot be resolved to a type\n\tThe constructor UserSwitcherController(Context, KeyguardMonitor, Handler, ActivityStarter) refers to the missing type ActivityStarter\n\tType mismatch: cannot convert from ActivityStarter to ActivityStarter\n\tActivityStarter cannot be resolved to a type\n\tVolumeDialogController cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.Dependency$DependencyKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/Dependency$DependencyKey<TV;>;
    MethodParameters:
             Name  Flags
      displayName  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.Dependency$DependencyKey this
         0: .line 441
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.Dependency$DependencyKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/Dependency$DependencyKey<TV;>;
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Dependency.java"
NestHost: com.android.systemui.Dependency
InnerClasses:
  public final DependencyKey = com.android.systemui.Dependency$DependencyKey of com.android.systemui.Dependency