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

  public android.location.LocationManager createService(android.app.ContextImpl);
    descriptor: (Landroid/app/ContextImpl;)Landroid/location/LocationManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // android.app.SystemServiceRegistry$26 this
        start local 1 // android.app.ContextImpl ctx
         0: .line 388
            ldc "location"
            invokestatic android.os.ServiceManager.getServiceOrThrow:(Ljava/lang/String;)Landroid/os/IBinder;
            astore 2 /* b */
        start local 2 // android.os.IBinder b
         1: .line 389
            new android.location.LocationManager
            dup
            aload 1 /* ctx */
            aload 2 /* b */
            invokestatic android.location.ILocationManager$Stub.asInterface:(Landroid/os/IBinder;)Landroid/location/ILocationManager;
            invokespecial android.location.LocationManager.<init>:(Landroid/content/Context;Landroid/location/ILocationManager;)V
            areturn
        end local 2 // android.os.IBinder b
        end local 1 // android.app.ContextImpl ctx
        end local 0 // android.app.SystemServiceRegistry$26 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/SystemServiceRegistry$26;
            0    2     1   ctx  Landroid/app/ContextImpl;
            1    2     2     b  Landroid/os/IBinder;
    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$26.createService:(Landroid/app/ContextImpl;)Landroid/location/LocationManager;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws android.os.ServiceManager$ServiceNotFoundException
}
Signature: Landroid/app/SystemServiceRegistry$CachedServiceFetcher<Landroid/location/LocationManager;>;
SourceFile: "SystemServiceRegistry.java"
EnclosingMethod: android.app.SystemServiceRegistry
NestHost: android.app.SystemServiceRegistry
InnerClasses:
  android.app.SystemServiceRegistry$26
  abstract CachedServiceFetcher = android.app.SystemServiceRegistry$CachedServiceFetcher of android.app.SystemServiceRegistry
  public abstract Stub = android.location.ILocationManager$Stub of android.location.ILocationManager
  public ServiceNotFoundException = android.os.ServiceManager$ServiceNotFoundException of android.os.ServiceManager