Home
last modified time | relevance | path

Searched refs:getIncomplete (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/
DAbstractStatusSummary.java37 if (getIncomplete() > 0) { in formatStatusCounts()
38 text += " (" + getIncomplete() + " incomplete)"; in formatStatusCounts()
57 protected abstract int getIncomplete(); in getIncomplete() method in AbstractStatusSummary
DStatusSummary.java63 protected int getIncomplete() { in getIncomplete() method in StatusSummary