Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/res/
H A DApkAssets.java299 mStringBlock = new StringBlock(nativeGetStringBlock(mNativePtr), true /*useSparse*/); in ApkAssets()
310 mStringBlock = new StringBlock(nativeGetStringBlock(mNativePtr), true /*useSparse*/); in ApkAssets()
321 mStringBlock = new StringBlock(nativeGetStringBlock(mNativePtr), true /*useSparse*/); in ApkAssets()
463 private static native long nativeGetStringBlock(long ptr); in nativeGetStringBlock() method in ApkAssets
H A DXmlBlock.java54 mStrings = new StringBlock(nativeGetStringBlock(mNative), false); in XmlBlock()
60 mStrings = new StringBlock(nativeGetStringBlock(mNative), false); in XmlBlock()
622 mStrings = new StringBlock(nativeGetStringBlock(xmlBlock), false); in XmlBlock()
634 private static final native long nativeGetStringBlock(long obj); in nativeGetStringBlock() method in XmlBlock
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13480 Landroid/content/res/ApkAssets;->nativeGetStringBlock(J)J
14026 Landroid/content/res/XmlBlock;->nativeGetStringBlock(J)J