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()114 private UserServices<V> findOrCreateUserLocked(int userId, boolean loadFromFileIfNew) { in findOrCreateUserLocked()115 UserServices<V> services = mUserServices.get(userId); in findOrCreateUserLocked()117 services = new UserServices<V>(); in findOrCreateUserLocked()243 final UserServices<V> user = findOrCreateUserLocked(userId); in invalidateCache()251 final UserServices<V> user = findOrCreateUserLocked(userId); in dump()338 final UserServices<V> user = findOrCreateUserLocked(userId); in getServiceInfo()353 final UserServices<V> user = findOrCreateUserLocked(userId); in getAllServices()[all …]
1563 android.content.pm.RegisteredServicesCache$UserServices
24455 Landroid/content/pm/RegisteredServicesCache$UserServices;
1562 android.content.pm.RegisteredServicesCache$UserServices
34092 Landroid/content/pm/RegisteredServicesCache$UserServices;
15979 Landroid/content/pm/RegisteredServicesCache$UserServices;-><init>()V15980 Landroid/content/pm/RegisteredServicesCache$UserServices;->mBindInstantServiceAllowed:Z15981 Landroid/content/pm/RegisteredServicesCache$UserServices;->mPersistentServicesFileDidNotExist:Z15982 Landroid/content/pm/RegisteredServicesCache$UserServices;->persistentServices:Ljava/util/Map;15983 Landroid/content/pm/RegisteredServicesCache$UserServices;->services:Ljava/util/Map;15990 …dServicesCache;->findOrCreateUserLocked(I)Landroid/content/pm/RegisteredServicesCache$UserServices;15991 …ServicesCache;->findOrCreateUserLocked(IZ)Landroid/content/pm/RegisteredServicesCache$UserServices;16030 …sCache;->writePersistentServicesLocked(Landroid/content/pm/RegisteredServicesCache$UserServices;I)V