Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResourcesImpl.java150 private int mLastCachedXmlBlockIndex = -1; field in ResourcesImpl
1235 final int pos = (mLastCachedXmlBlockIndex + 1) % num; in loadXmlResourceParser()
1236 mLastCachedXmlBlockIndex = pos; in loadXmlResourceParser()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16789 Landroid/content/res/ResourcesImpl;->mLastCachedXmlBlockIndex:I