class android.content.pm.RegisteredServicesCache$2 extends android.content.BroadcastReceiver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.content.pm.RegisteredServicesCache$2
  super_class: android.content.BroadcastReceiver
{
  final android.content.pm.RegisteredServicesCache this$0;
    descriptor: Landroid/content/pm/RegisteredServicesCache;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.content.pm.RegisteredServicesCache);
    descriptor: (Landroid/content/pm/RegisteredServicesCache;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.pm.RegisteredServicesCache$2 this
         0: .line 218
            aload 0 /* this */
            aload 1
            putfield android.content.pm.RegisteredServicesCache$2.this$0:Landroid/content/pm/RegisteredServicesCache;
            aload 0 /* this */
            invokespecial android.content.BroadcastReceiver.<init>:()V
            return
        end local 0 // android.content.pm.RegisteredServicesCache$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/RegisteredServicesCache$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onReceive(android.content.Context, android.content.Intent);
    descriptor: (Landroid/content/Context;Landroid/content/Intent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.content.pm.RegisteredServicesCache$2 this
        start local 1 // android.content.Context context
        start local 2 // android.content.Intent intent
         0: .line 222
            aload 0 /* this */
            getfield android.content.pm.RegisteredServicesCache$2.this$0:Landroid/content/pm/RegisteredServicesCache;
            aload 2 /* intent */
            iconst_0
            invokevirtual android.content.pm.RegisteredServicesCache.handlePackageEvent:(Landroid/content/Intent;I)V
         1: .line 223
            return
        end local 2 // android.content.Intent intent
        end local 1 // android.content.Context context
        end local 0 // android.content.pm.RegisteredServicesCache$2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/content/pm/RegisteredServicesCache$2;
            0    2     1  context  Landroid/content/Context;
            0    2     2   intent  Landroid/content/Intent;
    MethodParameters:
         Name  Flags
      context  
      intent   
}
SourceFile: "RegisteredServicesCache.java"
EnclosingMethod: android.content.pm.RegisteredServicesCache
NestHost: android.content.pm.RegisteredServicesCache
InnerClasses:
  android.content.pm.RegisteredServicesCache$2