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