Searched defs:StringDataItem (Results 1 - 2 of 2) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DStringDataItem.java28 public final class StringDataItem extends OffsettedItem { class in inherits:OffsettedItem
37 public StringDataItem(CstString value) { method in class:StringDataItem
95 StringDataItem otherData = (StringDataItem) other;
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DStringDataItem.java36 public class StringDataItem extends Item<StringDataItem> { class in inherits:Item
42 * Creates a new uninitialized <code>StringDataItem</code>
45 protected StringDataItem(DexFile dexFile) { method in class:StringDataItem
50 * Creates a new <code>StringDataItem</code> for the given string
54 private StringDataItem(DexFile dexFile, String stringValue) { method in class:StringDataItem
61 * Returns a <code>StringDataItem</code> for the given values, and that has been interned into
65 * @return a <code>StringDataItem</code> for the given values, and that has been interned into
68 public static StringDataItem internStringDataItem(DexFile dexFile, String value) {
69 StringDataItem StringDataIte
[all...]

Completed in 122 milliseconds