Searched refs:sSystemApkAssetsSet (Results 1 – 2 of 2) sorted by relevance
79 @GuardedBy("sSync") private static ArraySet<ApkAssets> sSystemApkAssetsSet; field in AssetManager257 sSystemApkAssetsSet = new ArraySet<>(apkAssets); in createSystemAssetsInZygoteLocked()317 if (!sSystemApkAssetsSet.contains(apkAsset)) { in setApkAssets()
13580 Landroid/content/res/AssetManager;->sSystemApkAssetsSet:Landroid/util/ArraySet;