Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/item/
DDmesgServiceInfoItem.java31 public static final String SERVICE_START_TIME = "SERVICE_START_TIME"; field in DmesgServiceInfoItem
38 SERVICE_NAME, SERVICE_START_TIME, SERVICE_END_TIME));
65 return (Long) getAttribute(SERVICE_START_TIME); in getStartTime()
72 setAttribute(SERVICE_START_TIME, startTime); in setStartTime()
93 if (null != getAttribute(SERVICE_END_TIME) && null != getAttribute(SERVICE_START_TIME)) { in getServiceDuration()