class android.app.SystemServiceRegistry$28 extends android.app.SystemServiceRegistry$CachedServiceFetcher<android.app.NotificationManager>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.SystemServiceRegistry$28
  super_class: android.app.SystemServiceRegistry$CachedServiceFetcher
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SystemServiceRegistry$28 this
         0: .line 401
            aload 0 /* this */
            invokespecial android.app.SystemServiceRegistry$CachedServiceFetcher.<init>:()V
            return
        end local 0 // android.app.SystemServiceRegistry$28 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SystemServiceRegistry$28;

  public android.app.NotificationManager createService(android.app.ContextImpl);
    descriptor: (Landroid/app/ContextImpl;)Landroid/app/NotificationManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.SystemServiceRegistry$28 this
         0: .line 409
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.SystemServiceRegistry$28 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SystemServiceRegistry$28;
    MethodParameters:
      Name  Flags
      ctx   

  public java.lang.Object createService(android.app.ContextImpl);
    descriptor: (Landroid/app/ContextImpl;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual android.app.SystemServiceRegistry$28.createService:(Landroid/app/ContextImpl;)Landroid/app/NotificationManager;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws android.os.ServiceManager$ServiceNotFoundException
}
Signature: Landroid/app/SystemServiceRegistry$CachedServiceFetcher<Landroid/app/NotificationManager;>;
SourceFile: "SystemServiceRegistry.java"
EnclosingMethod: android.app.SystemServiceRegistry
NestHost: android.app.SystemServiceRegistry
InnerClasses:
  android.app.SystemServiceRegistry$28
  abstract CachedServiceFetcher = android.app.SystemServiceRegistry$CachedServiceFetcher of android.app.SystemServiceRegistry
  public ServiceNotFoundException = android.os.ServiceManager$ServiceNotFoundException of android.os.ServiceManager