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

  public android.view.inputmethod.InputMethodManager createService();
    descriptor: ()Landroid/view/inputmethod/InputMethodManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SystemServiceRegistry$22 this
         0: .line 360
            invokestatic android.view.inputmethod.InputMethodManager.getInstance:()Landroid/view/inputmethod/InputMethodManager;
            areturn
        end local 0 // android.app.SystemServiceRegistry$22 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SystemServiceRegistry$22;

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