class android.content.pm.RegisteredServicesCache$4 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.content.pm.RegisteredServicesCache$4
  super_class: java.lang.Object
{
  final android.content.pm.RegisteredServicesCache this$0;
    descriptor: Landroid/content/pm/RegisteredServicesCache;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final android.content.pm.RegisteredServicesCacheListener val$listener2;
    descriptor: Landroid/content/pm/RegisteredServicesCacheListener;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Object val$type;
    descriptor: Ljava/lang/Object;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$userId;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$removed;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.content.pm.RegisteredServicesCache, android.content.pm.RegisteredServicesCacheListener, java.lang.Object, int, boolean);
    descriptor: (Landroid/content/pm/RegisteredServicesCache;Landroid/content/pm/RegisteredServicesCacheListener;Ljava/lang/Object;IZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // android.content.pm.RegisteredServicesCache$4 this
         0: .line 290
            aload 0 /* this */
            aload 1
            putfield android.content.pm.RegisteredServicesCache$4.this$0:Landroid/content/pm/RegisteredServicesCache;
            aload 0 /* this */
            aload 2
            putfield android.content.pm.RegisteredServicesCache$4.val$listener2:Landroid/content/pm/RegisteredServicesCacheListener;
            aload 0 /* this */
            aload 3
            putfield android.content.pm.RegisteredServicesCache$4.val$type:Ljava/lang/Object;
            aload 0 /* this */
            iload 4
            putfield android.content.pm.RegisteredServicesCache$4.val$userId:I
            aload 0 /* this */
            iload 5
            putfield android.content.pm.RegisteredServicesCache$4.val$removed:Z
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.content.pm.RegisteredServicesCache$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/RegisteredServicesCache$4;
    MethodParameters:
               Name  Flags
      this$0         final
      val$listener2  final
      val$type       final
      val$userId     final
      val$removed    final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.content.pm.RegisteredServicesCache$4 this
         0: .line 292
            aload 0 /* this */
            getfield android.content.pm.RegisteredServicesCache$4.val$listener2:Landroid/content/pm/RegisteredServicesCacheListener;
            aload 0 /* this */
            getfield android.content.pm.RegisteredServicesCache$4.val$type:Ljava/lang/Object;
            aload 0 /* this */
            getfield android.content.pm.RegisteredServicesCache$4.val$userId:I
            aload 0 /* this */
            getfield android.content.pm.RegisteredServicesCache$4.val$removed:Z
            invokeinterface android.content.pm.RegisteredServicesCacheListener.onServiceChanged:(Ljava/lang/Object;IZ)V
         1: .line 293
            return
        end local 0 // android.content.pm.RegisteredServicesCache$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/content/pm/RegisteredServicesCache$4;
}
SourceFile: "RegisteredServicesCache.java"
EnclosingMethod: android.content.pm.RegisteredServicesCache.notifyListener:(Ljava/lang/Object;IZ)V
NestHost: android.content.pm.RegisteredServicesCache
InnerClasses:
  android.content.pm.RegisteredServicesCache$4