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

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DStringIdItem.java27 public final class StringIdItem class in inherits:IndexedItem,Comparable
40 public StringIdItem(CstString value) { method in class:StringIdItem
52 if (!(other instanceof StringIdItem)) {
56 StringIdItem otherString = (StringIdItem) other;
68 StringIdItem otherString = (StringIdItem) other;
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DStringIdItem.java37 public class StringIdItem extends Item<StringIdItem> { class in inherits:Item
41 * Creates a new uninitialized <code>StringIdItem</code>
44 protected StringIdItem(DexFile dexFile) { method in class:StringIdItem
49 * Creates a new <code>StringIdItem</code> for the given <code>StringDataItem</code>
51 * @param stringDataItem The <code>StringDataItem</code> that this <code>StringIdItem</code> represents
53 protected StringIdItem(DexFile dexFile, StringDataItem stringDataItem) { method in class:StringIdItem
59 * Returns a <code>StringIdItem</code> for the given values, and that has been interned into
63 * @return a <code>StringIdItem</code> for the given values, and that has been interned into
66 public static StringIdItem internStringIdIte
[all...]

Completed in 248 milliseconds