Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DBaseServlet.java178 int activeIndex; in doGet() local
181 activeIndex = 3; in doGet()
184 activeIndex = 2; in doGet()
187 activeIndex = 1; in doGet()
190 activeIndex = 0; in doGet()
205 request.setAttribute("activeIndex", activeIndex); in doGet()
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dheader.jsp48 <li class='${loop.index == activeIndex ? "active" : ""}'>