Searched refs:idmapEntries (Results 1 – 1 of 1) sorted by relevance
548 if (typeSpec.idmapEntries.hasEntries()) {550 if (typeSpec.idmapEntries.lookup(entryIndex, overlayEntryIndex) != NO_ERROR) {555 realTypeIndex = typeSpec.idmapEntries.overlayTypeId() - 1;755 final Map<Byte, IdmapEntries> idmapEntries = new HashMap<>();894 IdmapEntries idmapEntry = idmapEntries.get(typeSpec.id);921 t.idmapEntries = idmapEntry;970 IdmapEntries idmapEntry = idmapEntries.get(type.id);2645 public IdmapEntries idmapEntries = new IdmapEntries(); field in ResTable.Type