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()
39 AssetManager.sSystem.makeStringBlocks(null); in initSystem()
41 return AssetManager.sSystem; in initSystem()
49 AssetManager.sSystem = null; in clearSystem()
/frameworks/base/core/java/android/content/res/
DAssetManager.java75 /*package*/ static AssetManager sSystem = null; field in AssetManager
110 if (sSystem == null) { in ensureSystemAssets()
113 sSystem = system; in ensureSystemAssets()
136 return sSystem; in getSystem()
308 makeStringBlocks(sSystem.mStringBlocks); in ensureStringBlocks()