Home
last modified time | relevance | path

Searched refs:sSystem (Results 1 – 4 of 4) 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.java68 @GuardedBy("sSync") static AssetManager sSystem = null; field in AssetManager
190 if (sSystem != null) { in createSystemAssetsInZygoteLocked()
204 sSystem = new AssetManager(true /*sentinel*/); in createSystemAssetsInZygoteLocked()
205 sSystem.setApkAssets(sSystemApkAssets, false /*invalidateCaches*/); in createSystemAssetsInZygoteLocked()
255 return sSystem; in getSystem()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt1849 Landroid/content/res/AssetManager;->sSystem:Landroid/content/res/AssetManager;
Dhiddenapi-private-dex.txt19783 Landroid/content/res/AssetManager;->sSystem:Landroid/content/res/AssetManager;