Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeAssetManager.java34 if (!(AssetManager.sSystem instanceof BridgeAssetManager)) { in initSystem()
37 AssetManager.sSystem = new BridgeAssetManager(); in initSystem()
38 AssetManager.sSystem.makeStringBlocks(false); in initSystem()
40 return AssetManager.sSystem; in initSystem()
48 AssetManager.sSystem = null; in clearSystem()
/frameworks/base/core/java/android/content/res/
DAssetManager.java65 /*package*/ static AssetManager sSystem = null; field in AssetManager
101 if (sSystem == null) { in ensureSystemAssets()
104 sSystem = system; in ensureSystemAssets()
127 return sSystem; in getSystem()
256 final int sysNum = copyFromSystem ? sSystem.mStringBlocks.length : 0; in makeStringBlocks()
263 mStringBlocks[i] = sSystem.mStringBlocks[i]; in makeStringBlocks()