class android.content.pm.RegisteredServicesCache$3 extends android.content.BroadcastReceiver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.content.pm.RegisteredServicesCache$3
  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$3 this
         0: .line 226
            aload 0 /* this */
            aload 1
            putfield android.content.pm.RegisteredServicesCache$3.this$0:Landroid/content/pm/RegisteredServicesCache;
            aload 0 /* this */
            invokespecial android.content.BroadcastReceiver.<init>:()V
            return
        end local 0 // android.content.pm.RegisteredServicesCache$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/RegisteredServicesCache$3;
    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$3 this
        start local 1 // android.content.Context context
        start local 2 // android.content.Intent intent
         0: .line 229
            aload 2 /* intent */
            ldc "android.intent.extra.user_handle"
            iconst_m1
            invokevirtual android.content.Intent.getIntExtra:(Ljava/lang/String;I)I
            istore 3 /* userId */
        start local 3 // int userId
         1: .line 233
            aload 0 /* this */
            getfield android.content.pm.RegisteredServicesCache$3.this$0:Landroid/content/pm/RegisteredServicesCache;
            iload 3 /* userId */
            invokevirtual android.content.pm.RegisteredServicesCache.onUserRemoved:(I)V
         2: .line 234
            return
        end local 3 // int userId
        end local 2 // android.content.Intent intent
        end local 1 // android.content.Context context
        end local 0 // android.content.pm.RegisteredServicesCache$3 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Landroid/content/pm/RegisteredServicesCache$3;
            0    3     1  context  Landroid/content/Context;
            0    3     2   intent  Landroid/content/Intent;
            1    3     3   userId  I
    MethodParameters:
         Name  Flags
      context  
      intent   
}
SourceFile: "RegisteredServicesCache.java"
EnclosingMethod: android.content.pm.RegisteredServicesCache
NestHost: android.content.pm.RegisteredServicesCache
InnerClasses:
  android.content.pm.RegisteredServicesCache$3