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

  public android.net.wifi.p2p.WifiP2pManager createService();
    descriptor: ()Landroid/net/wifi/p2p/WifiP2pManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // android.app.SystemServiceRegistry$52 this
         0: .line 613
            ldc "wifip2p"
            invokestatic android.os.ServiceManager.getServiceOrThrow:(Ljava/lang/String;)Landroid/os/IBinder;
            astore 1 /* b */
        start local 1 // android.os.IBinder b
         1: .line 614
            aload 1 /* b */
            invokestatic android.net.wifi.p2p.IWifiP2pManager$Stub.asInterface:(Landroid/os/IBinder;)Landroid/net/wifi/p2p/IWifiP2pManager;
            astore 2 /* service */
        start local 2 // android.net.wifi.p2p.IWifiP2pManager service
         2: .line 615
            new android.net.wifi.p2p.WifiP2pManager
            dup
            aload 2 /* service */
            invokespecial android.net.wifi.p2p.WifiP2pManager.<init>:(Landroid/net/wifi/p2p/IWifiP2pManager;)V
            areturn
        end local 2 // android.net.wifi.p2p.IWifiP2pManager service
        end local 1 // android.os.IBinder b
        end local 0 // android.app.SystemServiceRegistry$52 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Landroid/app/SystemServiceRegistry$52;
            1    3     1        b  Landroid/os/IBinder;
            2    3     2  service  Landroid/net/wifi/p2p/IWifiP2pManager;
    Exceptions:
      throws android.os.ServiceManager$ServiceNotFoundException

  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$52.createService:()Landroid/net/wifi/p2p/WifiP2pManager;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws android.os.ServiceManager$ServiceNotFoundException
}
Signature: Landroid/app/SystemServiceRegistry$StaticServiceFetcher<Landroid/net/wifi/p2p/WifiP2pManager;>;
SourceFile: "SystemServiceRegistry.java"
EnclosingMethod: android.app.SystemServiceRegistry
NestHost: android.app.SystemServiceRegistry
InnerClasses:
  android.app.SystemServiceRegistry$52
  abstract StaticServiceFetcher = android.app.SystemServiceRegistry$StaticServiceFetcher of android.app.SystemServiceRegistry
  public abstract Stub = android.net.wifi.p2p.IWifiP2pManager$Stub of android.net.wifi.p2p.IWifiP2pManager
  public ServiceNotFoundException = android.os.ServiceManager$ServiceNotFoundException of android.os.ServiceManager