Searched refs:SERVICE_END_TIME (Results 1 – 1 of 1) sorted by relevance
33 public static final String SERVICE_END_TIME = "SERVICE_END_TIME"; field in DmesgServiceInfoItem38 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()