Home
last modified time | relevance | path

Searched refs:ApkKey (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DResourcesManager.java99 private static class ApkKey { class in ResourcesManager
104 ApkKey(String path, boolean sharedLib, boolean overlay) { in ApkKey() method in ResourcesManager.ApkKey
121 if (!(obj instanceof ApkKey)) { in equals()
124 ApkKey other = (ApkKey) obj; in equals()
135 private final LruCache<ApkKey, ApkAssets> mLoadedApkAssets =
142 private final ArrayMap<ApkKey, WeakReference<ApkAssets>> mCachedApkAssets = new ArrayMap<>();
330 final ApkKey newKey = new ApkKey(path, sharedLib, overlay); in loadApkAssets()
/frameworks/base/config/
Dpreloaded-classes338 android.app.ResourcesManager$ApkKey
Dboot-image-profile.txt2072 HSPLandroid/app/ResourcesManager$ApkKey;->equals(Ljava/lang/Object;)Z
2073 HSPLandroid/app/ResourcesManager$ApkKey;->hashCode()I
32395 Landroid/app/ResourcesManager$ApkKey;
Dhiddenapi-greylist-max-o.txt8390 Landroid/app/ResourcesManager$ApkKey;-><init>(Ljava/lang/String;ZZ)V
8391 Landroid/app/ResourcesManager$ApkKey;->overlay:Z
8392 Landroid/app/ResourcesManager$ApkKey;->path:Ljava/lang/String;
8393 Landroid/app/ResourcesManager$ApkKey;->sharedLib:Z