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