OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSessionLog
(Results
1 - 2
of
2
) sorted by null
/cts/tools/host/src/com/android/cts/
TestHost.java
176
TestSessionLog log = ts.
getSessionLog
();
459
TestSessionLog sessionLog = ts.
getSessionLog
();
531
ts.
getSessionLog
().sessionComplete();
575
if (testPlanName.equals(session.
getSessionLog
().getTestPlanName())) {
629
sessionLogs.add(session.
getSessionLog
());
655
ts.
getSessionLog
().sessionComplete();
676
ts.
getSessionLog
().sessionComplete();
TestSession.java
249
CUIOutputStream.println("resume test plan " +
getSessionLog
().getTestPlanName()
305
CUIOutputStream.println("start test plan " +
getSessionLog
().getTestPlanName());
343
public TestSessionLog
getSessionLog
() {
392
mResultObserver.setTestSessionLog(
getSessionLog
());
439
long startTime =
getSessionLog
().getStartTime().getTime();
443
mTestSession.
getSessionLog
().setEndTime(System.currentTimeMillis());
Completed in 50 milliseconds