Searched refs:sSystem (Results 1 – 2 of 2) sorted by relevance
38 if (!(AssetManager.sSystem instanceof BridgeAssetManager)) { in initSystem()41 AssetManager.sSystem = new BridgeAssetManager(); in initSystem()43 return AssetManager.sSystem; in initSystem()51 AssetManager.sSystem = null; in clearSystem()
73 @GuardedBy("sSync") static AssetManager sSystem = null; field in AssetManager233 if (sSystem != null && !reinitialize) { in createSystemAssetsInZygoteLocked()249 if (sSystem == null) { in createSystemAssetsInZygoteLocked()250 sSystem = new AssetManager(true /*sentinel*/); in createSystemAssetsInZygoteLocked()252 sSystem.setApkAssets(sSystemApkAssets, false /*invalidateCaches*/); in createSystemAssetsInZygoteLocked()267 return sSystem; in getSystem()