Searched refs:getPooledStringForCookie (Results 1 – 3 of 3) sorted by relevance
552 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
1376 return mAssets.getPooledStringForCookie(cookie, data[index + STYLE_DATA]); in loadStringValueAt()
6209 HSPLandroid/content/res/AssetManager;->getPooledStringForCookie(II)Ljava/lang/CharSequence;