Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/item/
DDmesgServiceInfoItem.java33 public static final String SERVICE_END_TIME = "SERVICE_END_TIME"; field in DmesgServiceInfoItem
38 SERVICE_NAME, SERVICE_START_TIME, SERVICE_END_TIME));
79 return (Long) getAttribute(SERVICE_END_TIME); in getEndTime()
86 setAttribute(SERVICE_END_TIME, endTime); in setEndTime()
93 if (null != getAttribute(SERVICE_END_TIME) && null != getAttribute(SERVICE_START_TIME)) { in getServiceDuration()