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