Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DPagination.java86 int foundIndex = pageCountTokenList.indexOf(startPageToken); in Pagination() local
87 if (foundIndex <= 0) { in Pagination()
90 this.previousPageCountToken = pageCountTokenList.get(foundIndex - 1); in Pagination()