class android.content.pm.RegisteredServicesCache$1 extends android.content.BroadcastReceiver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.content.pm.RegisteredServicesCache$1
  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$1 this
         0: .line 208
            aload 0 /* this */
            aload 1
            putfield android.content.pm.RegisteredServicesCache$1.this$0:Landroid/content/pm/RegisteredServicesCache;
            aload 0 /* this */
            invokespecial android.content.BroadcastReceiver.<init>:()V
            return
        end local 0 // android.content.pm.RegisteredServicesCache$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/RegisteredServicesCache$1;
    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=4, args_size=3
        start local 0 // android.content.pm.RegisteredServicesCache$1 this
        start local 1 // android.content.Context context
        start local 2 // android.content.Intent intent
         0: .line 211
            aload 2 /* intent */
            ldc "android.intent.extra.UID"
            iconst_m1
            invokevirtual android.content.Intent.getIntExtra:(Ljava/lang/String;I)I
            istore 3 /* uid */
        start local 3 // int uid
         1: .line 212
            iload 3 /* uid */
            iconst_m1
            if_icmpeq 3
         2: .line 213
            aload 0 /* this */
            getfield android.content.pm.RegisteredServicesCache$1.this$0:Landroid/content/pm/RegisteredServicesCache;
            aload 2 /* intent */
            iload 3 /* uid */
            invokestatic android.os.UserHandle.getUserId:(I)I
            invokevirtual android.content.pm.RegisteredServicesCache.handlePackageEvent:(Landroid/content/Intent;I)V
         3: .line 215
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // int uid
        end local 2 // android.content.Intent intent
        end local 1 // android.content.Context context
        end local 0 // android.content.pm.RegisteredServicesCache$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/content/pm/RegisteredServicesCache$1;
            0    4     1  context  Landroid/content/Context;
            0    4     2   intent  Landroid/content/Intent;
            1    4     3      uid  I
    MethodParameters:
         Name  Flags
      context  
      intent   
}
SourceFile: "RegisteredServicesCache.java"
EnclosingMethod: android.content.pm.RegisteredServicesCache
NestHost: android.content.pm.RegisteredServicesCache
InnerClasses:
  android.content.pm.RegisteredServicesCache$1