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

  public android.app.WallpaperManager createService(android.app.ContextImpl);
    descriptor: (Landroid/app/ContextImpl;)Landroid/app/WallpaperManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.app.SystemServiceRegistry$49 this
        start local 1 // android.app.ContextImpl ctx
         0: .line 579
            aload 1 /* ctx */
            invokevirtual android.app.ContextImpl.getApplicationInfo:()Landroid/content/pm/ApplicationInfo;
            getfield android.content.pm.ApplicationInfo.targetSdkVersion:I
            bipush 28
            if_icmplt 3
         1: .line 580
            ldc "wallpaper"
            invokestatic android.os.ServiceManager.getServiceOrThrow:(Ljava/lang/String;)Landroid/os/IBinder;
            astore 2 /* b */
        start local 2 // android.os.IBinder b
         2: .line 581
            goto 4
        end local 2 // android.os.IBinder b
         3: .line 582
      StackMap locals:
      StackMap stack:
            ldc "wallpaper"
            invokestatic android.os.ServiceManager.getService:(Ljava/lang/String;)Landroid/os/IBinder;
            astore 2 /* b */
        start local 2 // android.os.IBinder b
         4: .line 584
      StackMap locals: android.os.IBinder
      StackMap stack:
            aload 2 /* b */
            invokestatic android.app.IWallpaperManager$Stub.asInterface:(Landroid/os/IBinder;)Landroid/app/IWallpaperManager;
            astore 3 /* service */
        start local 3 // android.app.IWallpaperManager service
         5: .line 585
            new android.app.WallpaperManager
            dup
            aload 3 /* service */
            aload 1 /* ctx */
            invokevirtual android.app.ContextImpl.getOuterContext:()Landroid/content/Context;
         6: .line 586
            aload 1 /* ctx */
            getfield android.app.ContextImpl.mMainThread:Landroid/app/ActivityThread;
            invokevirtual android.app.ActivityThread.getHandler:()Landroid/os/Handler;
         7: .line 585
            invokespecial android.app.WallpaperManager.<init>:(Landroid/app/IWallpaperManager;Landroid/content/Context;Landroid/os/Handler;)V
            areturn
        end local 3 // android.app.IWallpaperManager service
        end local 2 // android.os.IBinder b
        end local 1 // android.app.ContextImpl ctx
        end local 0 // android.app.SystemServiceRegistry$49 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Landroid/app/SystemServiceRegistry$49;
            0    8     1      ctx  Landroid/app/ContextImpl;
            2    3     2        b  Landroid/os/IBinder;
            4    8     2        b  Landroid/os/IBinder;
            5    8     3  service  Landroid/app/IWallpaperManager;
    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$49.createService:(Landroid/app/ContextImpl;)Landroid/app/WallpaperManager;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws android.os.ServiceManager$ServiceNotFoundException
}
Signature: Landroid/app/SystemServiceRegistry$CachedServiceFetcher<Landroid/app/WallpaperManager;>;
SourceFile: "SystemServiceRegistry.java"
EnclosingMethod: android.app.SystemServiceRegistry
NestHost: android.app.SystemServiceRegistry
InnerClasses:
  public abstract Stub = android.app.IWallpaperManager$Stub of android.app.IWallpaperManager
  android.app.SystemServiceRegistry$49
  abstract CachedServiceFetcher = android.app.SystemServiceRegistry$CachedServiceFetcher of android.app.SystemServiceRegistry
  public ServiceNotFoundException = android.os.ServiceManager$ServiceNotFoundException of android.os.ServiceManager