Home
last modified time | relevance | path

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

/cts/tools/host/src/com/android/cts/
DConsoleUi.java716 String sessionId = cp.getValue(CTSCommand.OPTION_SESSION); in processListCommand() local
1013 String sessionId = null; in addDerivedPlan() local
1148 int sessionId = Integer.parseInt(idStr); in listSessionResult() local
DTestHost.java557 public TestSession getSession(final int sessionId) { in getSession()
/cts/tools/host/test/com/android/cts/
DCommandParserTest.java255 final String sessionId = "1"; in testParseListResultCmd() local