Searched refs:sSystemApkAssets (Results 1 – 2 of 2) sorted by relevance
77 @GuardedBy("sSync") private static ApkAssets[] sSystemApkAssets = new ApkAssets[0]; field in AssetManager201 assets = sSystemApkAssets; in AssetManager()250 sSystemApkAssets = apkAssets.toArray(new ApkAssets[apkAssets.size()]); in createSystemAssetsInZygoteLocked()254 sSystem.setApkAssets(sSystemApkAssets, false /*invalidateCaches*/); in createSystemAssetsInZygoteLocked()301 ApkAssets[] newApkAssets = new ApkAssets[sSystemApkAssets.length + apkAssets.length]; in setApkAssets()304 System.arraycopy(sSystemApkAssets, 0, newApkAssets, 0, sSystemApkAssets.length); in setApkAssets()307 int newLength = sSystemApkAssets.length; in setApkAssets()
16457 Landroid/content/res/AssetManager;->sSystemApkAssets:[Landroid/content/res/ApkAssets;