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

/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java40 mStrings = new StringBlock(nativeGetStringBlock(mNative), false);
46 mStrings = new StringBlock(nativeGetStringBlock(mNative), false);
482 mStrings = new StringBlock(nativeGetStringBlock(xmlBlock), false);
494 private static final native int nativeGetStringBlock(int obj); method in class:XmlBlock

Completed in 159 milliseconds