Home
last modified time | relevance | path

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

/libcore/dex/src/main/java/com/android/dex/
DTableOfContents.java35 public final Section protoIds = new Section(0x0003); field in TableOfContents
DDex.java66 private final ProtoIdTable protoIds = new ProtoIdTable(); field in Dex
243 public List<ProtoId> protoIds() { in protoIds() method in Dex