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(false); in initSystem()40 return AssetManager.sSystem; in initSystem()48 AssetManager.sSystem = null; in clearSystem()
65 /*package*/ static AssetManager sSystem = null; field in AssetManager101 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()