Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A 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()
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 …]
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes1720 android.content.pm.RegisteredServicesCache$UserServices
H A Dboot-image-profile.txt24503 Landroid/content/pm/RegisteredServicesCache$UserServices;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes1724 android.content.pm.RegisteredServicesCache$UserServices
H A Dboot-image-profile.txt34610 Landroid/content/pm/RegisteredServicesCache$UserServices;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13101 Landroid/content/pm/RegisteredServicesCache$UserServices;-><init>()V
13102 Landroid/content/pm/RegisteredServicesCache$UserServices;->mBindInstantServiceAllowed:Z
13103 Landroid/content/pm/RegisteredServicesCache$UserServices;->mPersistentServicesFileDidNotExist:Z
13104 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