class android.app.SystemServiceRegistry$64 extends android.app.SystemServiceRegistry$CachedServiceFetcher<android.print.PrintManager>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.SystemServiceRegistry$64
  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$64 this
         0: .line 719
            aload 0 /* this */
            invokespecial android.app.SystemServiceRegistry$CachedServiceFetcher.<init>:()V
            return
        end local 0 // android.app.SystemServiceRegistry$64 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SystemServiceRegistry$64;

  public android.print.PrintManager createService(android.app.ContextImpl);
    descriptor: (Landroid/app/ContextImpl;)Landroid/print/PrintManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // android.app.SystemServiceRegistry$64 this
        start local 1 // android.app.ContextImpl ctx
         0: .line 722
            aconst_null
            astore 2 /* service */
        start local 2 // android.print.IPrintManager service
         1: .line 724
            aload 1 /* ctx */
            invokevirtual android.app.ContextImpl.getPackageManager:()Landroid/content/pm/PackageManager;
            ldc "android.software.print"
            invokevirtual android.content.pm.PackageManager.hasSystemFeature:(Ljava/lang/String;)Z
            ifeq 4
         2: .line 726
            ldc "print"
            invokestatic android.os.ServiceManager.getServiceOrThrow:(Ljava/lang/String;)Landroid/os/IBinder;
         3: .line 725
            invokestatic android.print.IPrintManager$Stub.asInterface:(Landroid/os/IBinder;)Landroid/print/IPrintManager;
            astore 2 /* service */
         4: .line 728
      StackMap locals: android.print.IPrintManager
      StackMap stack:
            aload 1 /* ctx */
            invokevirtual android.app.ContextImpl.getUserId:()I
            istore 3 /* userId */
        start local 3 // int userId
         5: .line 729
            aload 1 /* ctx */
            invokevirtual android.app.ContextImpl.getApplicationInfo:()Landroid/content/pm/ApplicationInfo;
            getfield android.content.pm.ApplicationInfo.uid:I
            invokestatic android.os.UserHandle.getAppId:(I)I
            istore 4 /* appId */
        start local 4 // int appId
         6: .line 730
            new android.print.PrintManager
            dup
            aload 1 /* ctx */
            invokevirtual android.app.ContextImpl.getOuterContext:()Landroid/content/Context;
            aload 2 /* service */
            iload 3 /* userId */
            iload 4 /* appId */
            invokespecial android.print.PrintManager.<init>:(Landroid/content/Context;Landroid/print/IPrintManager;II)V
            areturn
        end local 4 // int appId
        end local 3 // int userId
        end local 2 // android.print.IPrintManager service
        end local 1 // android.app.ContextImpl ctx
        end local 0 // android.app.SystemServiceRegistry$64 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Landroid/app/SystemServiceRegistry$64;
            0    7     1      ctx  Landroid/app/ContextImpl;
            1    7     2  service  Landroid/print/IPrintManager;
            5    7     3   userId  I
            6    7     4    appId  I
    Exceptions:
      throws android.os.ServiceManager$ServiceNotFoundException
    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$64.createService:(Landroid/app/ContextImpl;)Landroid/print/PrintManager;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws android.os.ServiceManager$ServiceNotFoundException
}
Signature: Landroid/app/SystemServiceRegistry$CachedServiceFetcher<Landroid/print/PrintManager;>;
SourceFile: "SystemServiceRegistry.java"
EnclosingMethod: android.app.SystemServiceRegistry
NestHost: android.app.SystemServiceRegistry
InnerClasses:
  android.app.SystemServiceRegistry$64
  abstract CachedServiceFetcher = android.app.SystemServiceRegistry$CachedServiceFetcher of android.app.SystemServiceRegistry
  public ServiceNotFoundException = android.os.ServiceManager$ServiceNotFoundException of android.os.ServiceManager
  public abstract Stub = android.print.IPrintManager$Stub of android.print.IPrintManager