Home
last modified time | relevance | path

Searched refs:getPooledStringForCookie (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/res/
DAssetManager.java552 outValue.string = getPooledStringForCookie(cookie, outValue.data); in getResourceValue()
599 return getPooledStringForCookie(cookie, outValue.data); in getResourceBagText()
677 ? getPooledStringForCookie(cookie, index) : null; in getResourceTextArray()
733 outValue.string = getPooledStringForCookie(cookie, outValue.data); in getThemeValue()
835 CharSequence getPooledStringForCookie(int cookie, int id) { in getPooledStringForCookie() method in AssetManager
DTypedArray.java1376 return mAssets.getPooledStringForCookie(cookie, data[index + STYLE_DATA]); in loadStringValueAt()
/frameworks/base/config/
Dboot-image-profile.txt6209 HSPLandroid/content/res/AssetManager;->getPooledStringForCookie(II)Ljava/lang/CharSequence;