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

  public android.os.BatteryManager createService(android.app.ContextImpl);
    descriptor: (Landroid/app/ContextImpl;)Landroid/os/BatteryManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.app.SystemServiceRegistry$17 this
        start local 1 // android.app.ContextImpl ctx
         0: .line 320
            ldc "batterystats"
            invokestatic android.os.ServiceManager.getServiceOrThrow:(Ljava/lang/String;)Landroid/os/IBinder;
         1: .line 319
            invokestatic com.android.internal.app.IBatteryStats$Stub.asInterface:(Landroid/os/IBinder;)Lcom/android/internal/app/IBatteryStats;
            astore 2 /* stats */
        start local 2 // com.android.internal.app.IBatteryStats stats
         2: .line 322
            ldc "batteryproperties"
            invokestatic android.os.ServiceManager.getServiceOrThrow:(Ljava/lang/String;)Landroid/os/IBinder;
            invokestatic android.os.IBatteryPropertiesRegistrar$Stub.asInterface:(Landroid/os/IBinder;)Landroid/os/IBatteryPropertiesRegistrar;
         3: .line 321
            astore 3 /* registrar */
        start local 3 // android.os.IBatteryPropertiesRegistrar registrar
         4: .line 323
            new android.os.BatteryManager
            dup
            aload 1 /* ctx */
            aload 2 /* stats */
            aload 3 /* registrar */
            invokespecial android.os.BatteryManager.<init>:(Landroid/content/Context;Lcom/android/internal/app/IBatteryStats;Landroid/os/IBatteryPropertiesRegistrar;)V
            areturn
        end local 3 // android.os.IBatteryPropertiesRegistrar registrar
        end local 2 // com.android.internal.app.IBatteryStats stats
        end local 1 // android.app.ContextImpl ctx
        end local 0 // android.app.SystemServiceRegistry$17 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Landroid/app/SystemServiceRegistry$17;
            0    5     1        ctx  Landroid/app/ContextImpl;
            2    5     2      stats  Lcom/android/internal/app/IBatteryStats;
            4    5     3  registrar  Landroid/os/IBatteryPropertiesRegistrar;
    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$17.createService:(Landroid/app/ContextImpl;)Landroid/os/BatteryManager;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws android.os.ServiceManager$ServiceNotFoundException
}
Signature: Landroid/app/SystemServiceRegistry$CachedServiceFetcher<Landroid/os/BatteryManager;>;
SourceFile: "SystemServiceRegistry.java"
EnclosingMethod: android.app.SystemServiceRegistry
NestHost: android.app.SystemServiceRegistry
InnerClasses:
  android.app.SystemServiceRegistry$17
  abstract CachedServiceFetcher = android.app.SystemServiceRegistry$CachedServiceFetcher of android.app.SystemServiceRegistry
  public abstract Stub = android.os.IBatteryPropertiesRegistrar$Stub of android.os.IBatteryPropertiesRegistrar
  public ServiceNotFoundException = android.os.ServiceManager$ServiceNotFoundException of android.os.ServiceManager
  public abstract Stub = com.android.internal.app.IBatteryStats$Stub of com.android.internal.app.IBatteryStats