Home
last modified time | relevance | path

Searched refs:mNumRefs (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/res/
H A DAssetManager.java121 @GuardedBy("this") private int mNumRefs = 1; field in AssetManager
214 mNumRefs = 0; in AssetManager()
230 mNumRefs = 0; in AssetManager()
1265 if (DEBUG_REFS && mNumRefs != 0) { in finalize()
1266 Log.w(TAG, "AssetManager " + this + " finalized with non-zero refs: " + mNumRefs); in finalize()
1542 mNumRefs++; in incRefsLocked()
1550 mNumRefs--; in decRefsLocked()
1551 if (mNumRefs == 0 && mObject != 0) { in decRefsLocked()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13524 Landroid/content/res/AssetManager;->mNumRefs:I