Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DResourcesManager.java102 private static class ApkKey { class in ResourcesManager
107 ApkKey(String path, boolean sharedLib, boolean overlay) { in ApkKey() method in ResourcesManager.ApkKey
124 if (!(obj instanceof ApkKey)) { in equals()
127 ApkKey other = (ApkKey) obj; in equals()
138 private final LruCache<ApkKey, ApkAssets> mLoadedApkAssets =
145 private final ArrayMap<ApkKey, WeakReference<ApkAssets>> mCachedApkAssets = new ArrayMap<>();
215 final ApkKey key = mCachedApkAssets.keyAt(i); in invalidatePath()
343 final ApkKey newKey = new ApkKey(path, sharedLib, overlay); in loadApkAssets()
/frameworks/base/config/
Dpreloaded-classes564 android.app.ResourcesManager$ApkKey
Dboot-image-profile.txt3004 HSPLandroid/app/ResourcesManager$ApkKey;-><init>(Ljava/lang/String;ZZ)V
3005 HSPLandroid/app/ResourcesManager$ApkKey;->equals(Ljava/lang/Object;)Z
3006 HSPLandroid/app/ResourcesManager$ApkKey;->hashCode()I
40654 Landroid/app/ResourcesManager$ApkKey;