Home
last modified time | relevance | path

Searched refs:UserServices (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java95 private final SparseArray<UserServices<V>> mUserServices = new SparseArray<UserServices<V>>(2);
97 private static class UserServices<V> { class in RegisteredServicesCache
109 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 …]
/frameworks/base/boot/
Dpreloaded-classes1563 android.content.pm.RegisteredServicesCache$UserServices
Dboot-image-profile.txt24455 Landroid/content/pm/RegisteredServicesCache$UserServices;
/frameworks/base/config/
Dpreloaded-classes1562 android.content.pm.RegisteredServicesCache$UserServices
Dboot-image-profile.txt34092 Landroid/content/pm/RegisteredServicesCache$UserServices;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt15979 Landroid/content/pm/RegisteredServicesCache$UserServices;-><init>()V
15980 Landroid/content/pm/RegisteredServicesCache$UserServices;->mBindInstantServiceAllowed:Z
15981 Landroid/content/pm/RegisteredServicesCache$UserServices;->mPersistentServicesFileDidNotExist:Z
15982 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