Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DPagination.java150 public int getMaxPages() { in getMaxPages() method in Pagination
186 if (this.getMaxPages() > this.getPageSize()) { in getMaxPageRange()
189 return this.getMinPageRange() + this.getMaxPages() - 1; in getMaxPageRange()