Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/item/
DDmesgModuleInfoItem.java29 public static final String MODULE_START_TIME = "MODULE_START_TIME"; field in DmesgModuleInfoItem
41 MODULE_START_TIME,
73 return (Long) getAttribute(MODULE_START_TIME); in getStartTime()
78 setAttribute(MODULE_START_TIME, startTime); in setStartTime()
98 if (null != getAttribute(MODULE_END_TIME) && null != getAttribute(MODULE_START_TIME)) { in getModuleDuration()
/tools/tradefederation/core/javatests/com/android/tradefed/result/proto/
DFileProtoResultReporterTest.java175 context.addInvocationAttribute(ITestSuite.MODULE_START_TIME, "startTime"); in createModuleContext()
DProtoResultParserTest.java436 Truth.assertThat(captureModuleContext.getAttribute(ITestSuite.MODULE_START_TIME)) in testEvents_finaleProto()
842 context.addInvocationAttribute(ITestSuite.MODULE_START_TIME, "startTime"); in createModuleContext()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java138 public static final String MODULE_START_TIME = "MODULE_START_TIME"; field in ITestSuite
908 MODULE_START_TIME, Long.toString(System.currentTimeMillis())); in run()