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

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DProtoIdItem.java30 public final class ProtoIdItem extends IndexedItem { class in inherits:IndexedItem
48 public ProtoIdItem(Prototype prototype) { method in class:ProtoIdItem
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DProtoIdItem.java34 public class ProtoIdItem extends Item<ProtoIdItem> { class in inherits:Item
42 * Creates a new uninitialized <code>ProtoIdItem</code>
45 protected ProtoIdItem(DexFile dexFile) { method in class:ProtoIdItem
50 * Creates a new <code>ProtoIdItem</code> with the given values
55 private ProtoIdItem(DexFile dexFile, TypeIdItem returnType, TypeListItem parameters) { method in class:ProtoIdItem
68 * Returns a <code>ProtoIdItem</code> for the given values, and that has been interned into
73 * @return a <code>ProtoIdItem</code> for the given values, and that has been interned into
76 public static ProtoIdItem internProtoIdItem(DexFile dexFile, TypeIdItem returnType, TypeListItem parameters) {
77 ProtoIdItem protoIdIte
[all...]

Completed in 126 milliseconds