Home
last modified time | relevance | path

Searched refs:sSystem (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/content/res/
DBridgeAssetManager.java35 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()
/frameworks/base/core/java/android/content/res/
DAssetManager.java73 @GuardedBy("sSync") static AssetManager sSystem = null; field in AssetManager
197 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()