Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/
DHostListView.java19 protected static final int HOSTS_PER_PAGE = 30; field in HostListView
47 hostTableDecorator = new HostTableDecorator(table, HOSTS_PER_PAGE); in initialize()
DJobDetailView.java64 public static final int HOSTS_PER_PAGE = 30; field in JobDetailView
280 hostsTable.setRowsPerPage(HOSTS_PER_PAGE); in initialize()