class android.content.pm.RegisteredServicesCache$UserServices<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.content.pm.RegisteredServicesCache$UserServices
  super_class: java.lang.Object
{
  final java.util.Map<V, java.lang.Integer> persistentServices;
    descriptor: Ljava/util/Map;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Map<TV;Ljava/lang/Integer;>;
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.GuardedBy(value = "mServicesLock")

  java.util.Map<V, android.content.pm.RegisteredServicesCache$ServiceInfo<V>> services;
    descriptor: Ljava/util/Map;
    flags: (0x0000) 
    Signature: Ljava/util/Map<TV;Landroid/content/pm/RegisteredServicesCache$ServiceInfo<TV;>;>;
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.GuardedBy(value = "mServicesLock")

  boolean mPersistentServicesFileDidNotExist;
    descriptor: Z
    flags: (0x0000) 
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.GuardedBy(value = "mServicesLock")

  boolean mBindInstantServiceAllowed;
    descriptor: Z
    flags: (0x0000) 
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.GuardedBy(value = "mServicesLock")

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.content.pm.RegisteredServicesCache$UserServices this
         0: .line 96
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 98
            aload 0 /* this */
            invokestatic com.google.android.collect.Maps.newHashMap:()Ljava/util/HashMap;
            putfield android.content.pm.RegisteredServicesCache$UserServices.persistentServices:Ljava/util/Map;
         2: .line 100
            aload 0 /* this */
            aconst_null
            putfield android.content.pm.RegisteredServicesCache$UserServices.services:Ljava/util/Map;
         3: .line 102
            aload 0 /* this */
            iconst_1
            putfield android.content.pm.RegisteredServicesCache$UserServices.mPersistentServicesFileDidNotExist:Z
         4: .line 104
            aload 0 /* this */
            iconst_0
            putfield android.content.pm.RegisteredServicesCache$UserServices.mBindInstantServiceAllowed:Z
         5: .line 96
            return
        end local 0 // android.content.pm.RegisteredServicesCache$UserServices this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/content/pm/RegisteredServicesCache$UserServices<TV;>;
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "RegisteredServicesCache.java"
NestHost: android.content.pm.RegisteredServicesCache
InnerClasses:
  public ServiceInfo = android.content.pm.RegisteredServicesCache$ServiceInfo of android.content.pm.RegisteredServicesCache
  private UserServices = android.content.pm.RegisteredServicesCache$UserServices of android.content.pm.RegisteredServicesCache