Searched refs:sSystem (Results 1 – 2 of 2) sorted by relevance
34 if (!(AssetManager.sSystem instanceof BridgeAssetManager)) { in initSystem()37 AssetManager.sSystem = new BridgeAssetManager(); in initSystem()38 AssetManager.sSystem.makeStringBlocks(null); in initSystem()40 return AssetManager.sSystem; in initSystem()48 AssetManager.sSystem = null; in clearSystem()
66 /*package*/ static AssetManager sSystem = null; field in AssetManager101 if (sSystem == null) { in ensureSystemAssets()104 sSystem = system; in ensureSystemAssets()127 return sSystem; in getSystem()249 makeStringBlocks(sSystem.mStringBlocks); in ensureStringBlocks()