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

/dalvik/dx/src/com/android/dx/dex/file/
H A DMethodIdItem.java45 ProtoIdsSection protoIds = file.getProtoIds();
61 ProtoIdsSection protoIds = file.getProtoIds();
H A DProtoIdsSection.java31 public final class ProtoIdsSection extends UniformItemSection { class in inherits:UniformItemSection
42 public ProtoIdsSection(DexFile file) { method in class:ProtoIdsSection
H A DDexFile.java72 private final ProtoIdsSection protoIds;
117 protoIds = new ProtoIdsSection(this);
347 /*package*/ ProtoIdsSection getProtoIds() {

Completed in 373 milliseconds