Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java471 private static final class ProviderKey { class in ActivityThread
479 public ProviderKey(String authority, int userId) { in ProviderKey() method in ActivityThread.ProviderKey
487 if (o instanceof ProviderKey) { in equals()
488 final ProviderKey other = (ProviderKey) o; in equals()
502 final ArrayMap<ProviderKey, ProviderClientRecord> mProviderMap
503 = new ArrayMap<ProviderKey, ProviderClientRecord>();
518 final ArrayMap<ProviderKey, ProviderKey> mGetProviderKeys = new ArrayMap<>();
7429 final ProviderKey key = new ProviderKey(auth, userId); in getGetProviderKey()
7431 ProviderKey lock = mGetProviderKeys.get(key); in getGetProviderKey()
7512 final ProviderKey key = new ProviderKey(auth, userId); in acquireExistingProvider()
[all …]
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt878 HSPLandroid/app/ActivityThread$ProviderKey;-><init>(Ljava/lang/String;I)V
879 HSPLandroid/app/ActivityThread$ProviderKey;->equals(Ljava/lang/Object;)Z
880 HSPLandroid/app/ActivityThread$ProviderKey;->hashCode()I
939 …app/ActivityThread;->getGetProviderKey(Ljava/lang/String;I)Landroid/app/ActivityThread$ProviderKey;
23037 Landroid/app/ActivityThread$ProviderKey;
H A Dpreloaded-classes257 android.app.ActivityThread$ProviderKey
/aosp14/frameworks/base/config/
H A Dpreloaded-classes257 android.app.ActivityThread$ProviderKey
H A Dboot-image-profile.txt878 HSPLandroid/app/ActivityThread$ProviderKey;-><init>(Ljava/lang/String;I)V
879 HSPLandroid/app/ActivityThread$ProviderKey;->equals(Ljava/lang/Object;)Z
880 HSPLandroid/app/ActivityThread$ProviderKey;->hashCode()I
939 …app/ActivityThread;->getGetProviderKey(Ljava/lang/String;I)Landroid/app/ActivityThread$ProviderKey;
33140 Landroid/app/ActivityThread$ProviderKey;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2017 Landroid/app/ActivityThread$ProviderKey;-><init>(Ljava/lang/String;I)V
2018 Landroid/app/ActivityThread$ProviderKey;->authority:Ljava/lang/String;
2019 Landroid/app/ActivityThread$ProviderKey;->userId:I