Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/res/
H A DResourcesImpl.java138 private int mLastCachedXmlBlockIndex = -1; field in ResourcesImpl
1202 final int pos = (mLastCachedXmlBlockIndex + 1) % num; in loadXmlResourceParser()
1203 mLastCachedXmlBlockIndex = pos; in loadXmlResourceParser()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt16780 Landroid/content/res/ResourcesImpl;->mLastCachedXmlBlockIndex:I