Home
last modified time | relevance | path

Searched defs:ProtoIdsSection (Results 1 – 2 of 2) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DProtoIdsSection.java31 public final class ProtoIdsSection extends UniformItemSection { class
42 public ProtoIdsSection(DexFile file) { in ProtoIdsSection() method in ProtoIdsSection
/external/smali/dexlib/src/main/java/org/jf/dexlib/
DDexFile.java748 public final IndexedSection<ProtoIdItem> ProtoIdsSection = field in DexFile