Searched refs:ApkKey (Results 1 – 3 of 3) sorted by relevance
102 private static class ApkKey { class in ResourcesManager107 ApkKey(String path, boolean sharedLib, boolean overlay) { in ApkKey() method in ResourcesManager.ApkKey124 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()
564 android.app.ResourcesManager$ApkKey
3004 HSPLandroid/app/ResourcesManager$ApkKey;-><init>(Ljava/lang/String;ZZ)V3005 HSPLandroid/app/ResourcesManager$ApkKey;->equals(Ljava/lang/Object;)Z3006 HSPLandroid/app/ResourcesManager$ApkKey;->hashCode()I40654 Landroid/app/ResourcesManager$ApkKey;