Searched refs:UserServices (Results 1 – 3 of 3) 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()241 final UserServices<V> user = findOrCreateUserLocked(userId); in invalidateCache()249 final UserServices<V> user = findOrCreateUserLocked(userId); in dump()336 final UserServices<V> user = findOrCreateUserLocked(userId); in getServiceInfo()351 final UserServices<V> user = findOrCreateUserLocked(userId); in getAllServices()[all …]
15988 Landroid/content/pm/RegisteredServicesCache$UserServices;-><init>()V15989 Landroid/content/pm/RegisteredServicesCache$UserServices;->mBindInstantServiceAllowed:Z15990 Landroid/content/pm/RegisteredServicesCache$UserServices;->mPersistentServicesFileDidNotExist:Z15991 Landroid/content/pm/RegisteredServicesCache$UserServices;->persistentServices:Ljava/util/Map;15992 Landroid/content/pm/RegisteredServicesCache$UserServices;->services:Ljava/util/Map;15999 …dServicesCache;->findOrCreateUserLocked(I)Landroid/content/pm/RegisteredServicesCache$UserServices;16000 …ServicesCache;->findOrCreateUserLocked(IZ)Landroid/content/pm/RegisteredServicesCache$UserServices;16039 …sCache;->writePersistentServicesLocked(Landroid/content/pm/RegisteredServicesCache$UserServices;I)V
4486 …ServicesCache;->findOrCreateUserLocked(IZ)Landroid/content/pm/RegisteredServicesCache$UserServices;33118 Landroid/content/pm/RegisteredServicesCache$UserServices;