Searched refs:getIncomplete (Results 1 – 2 of 2) sorted by relevance
37 if (getIncomplete() > 0) { in formatStatusCounts()38 text += " (" + getIncomplete() + " incomplete)"; in formatStatusCounts()57 protected abstract int getIncomplete(); in getIncomplete() method in AbstractStatusSummary
63 protected int getIncomplete() { in getIncomplete() method in StatusSummary