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

/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java42 mStrings = new StringBlock(nativeGetStringBlock(mNative), false);
48 mStrings = new StringBlock(nativeGetStringBlock(mNative), false);
484 mStrings = new StringBlock(nativeGetStringBlock(xmlBlock), false);
496 private static final native long nativeGetStringBlock(long obj); method in class:XmlBlock

Completed in 36 milliseconds