Searched refs:UserServices (Results 1 – 6 of 6) sorted by relevance
95 private final SparseArray<UserServices<V>> mUserServices = new SparseArray<UserServices<V>>(2);97 private static class UserServices<V> { class in RegisteredServicesCache109 private UserServices<V> findOrCreateUserLocked(int userId) { in findOrCreateUserLocked()115 UserServices<V> services = mUserServices.get(userId); in findOrCreateUserLocked()117 services = new UserServices<V>(); in findOrCreateUserLocked()254 final UserServices<V> user = findOrCreateUserLocked(userId); in invalidateCache()262 final UserServices<V> user = findOrCreateUserLocked(userId); in dump()349 final UserServices<V> user = findOrCreateUserLocked(userId); in getServiceInfo()364 final UserServices<V> user = findOrCreateUserLocked(userId); in getAllServices()379 final UserServices<V> user = findOrCreateUserLocked(userId); in updateServices()[all …]
1720 android.content.pm.RegisteredServicesCache$UserServices
24503 Landroid/content/pm/RegisteredServicesCache$UserServices;
1724 android.content.pm.RegisteredServicesCache$UserServices
34610 Landroid/content/pm/RegisteredServicesCache$UserServices;
13101 Landroid/content/pm/RegisteredServicesCache$UserServices;-><init>()V13102 Landroid/content/pm/RegisteredServicesCache$UserServices;->mBindInstantServiceAllowed:Z13103 Landroid/content/pm/RegisteredServicesCache$UserServices;->mPersistentServicesFileDidNotExist:Z13104 Landroid/content/pm/RegisteredServicesCache$UserServices;->persistentServices:Ljava/util/Map;13105 Landroid/content/pm/RegisteredServicesCache$UserServices;->services:Ljava/util/Map;13112 …dServicesCache;->findOrCreateUserLocked(I)Landroid/content/pm/RegisteredServicesCache$UserServices;13113 …ServicesCache;->findOrCreateUserLocked(IZ)Landroid/content/pm/RegisteredServicesCache$UserServices;13152 …sCache;->writePersistentServicesLocked(Landroid/content/pm/RegisteredServicesCache$UserServices;I)V