Searched refs:ApkKey (Results 1 – 4 of 4) sorted by relevance
99 private static class ApkKey { class in ResourcesManager104 ApkKey(String path, boolean sharedLib, boolean overlay) { in ApkKey() method in ResourcesManager.ApkKey121 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()
338 android.app.ResourcesManager$ApkKey
2072 HSPLandroid/app/ResourcesManager$ApkKey;->equals(Ljava/lang/Object;)Z2073 HSPLandroid/app/ResourcesManager$ApkKey;->hashCode()I32395 Landroid/app/ResourcesManager$ApkKey;
8390 Landroid/app/ResourcesManager$ApkKey;-><init>(Ljava/lang/String;ZZ)V8391 Landroid/app/ResourcesManager$ApkKey;->overlay:Z8392 Landroid/app/ResourcesManager$ApkKey;->path:Ljava/lang/String;8393 Landroid/app/ResourcesManager$ApkKey;->sharedLib:Z