Home
last modified time | relevance | path

Searched defs:sessionList (Results 1 – 1 of 1) sorted by relevance

/cts/tools/host/src/com/android/cts/
DConsoleUi.java478 ArrayList<TestSession> sessionList = mHost.getSessionList(testPlanName); in processStartSessionCommand() local
544 private TestSession chooseTestSession(ArrayList<TestSession> sessionList) throws IOException { in chooseTestSession()
570 private String chooseMode(ArrayList<TestSession> sessionList) throws IOException { in chooseMode()