Searched refs:sSystem (Results 1 – 2 of 2) sorted by relevance
35 if (!(AssetManager.sSystem instanceof BridgeAssetManager)) { in initSystem()38 AssetManager.sSystem = new BridgeAssetManager(); in initSystem()40 return AssetManager.sSystem; in initSystem()48 AssetManager.sSystem = null; in clearSystem()
73 @GuardedBy("sSync") static AssetManager sSystem = null; field in AssetManager197 if (sSystem != null) { in createSystemAssetsInZygoteLocked()223 sSystem = new AssetManager(true /*sentinel*/); in createSystemAssetsInZygoteLocked()224 sSystem.setApkAssets(sSystemApkAssets, false /*invalidateCaches*/); in createSystemAssetsInZygoteLocked()275 return sSystem; in getSystem()