Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/item/
DDmesgServiceInfoItem.java92 public Long getServiceDuration() { in getServiceDuration() method in DmesgServiceInfoItem
/tools/tradefederation/contrib/src/com/android/performance/tests/
DBootTimeTest.java1002 if (infoItem.getServiceDuration() != -1L) { in analyzeDmesgServiceInfo()
1005 mBootInfo.get(key).add(infoItem.getServiceDuration().doubleValue()); in analyzeDmesgServiceInfo()
1008 timeList.add(infoItem.getServiceDuration().doubleValue()); in analyzeDmesgServiceInfo()
1011 mBootIterationInfo.put(key, infoItem.getServiceDuration().doubleValue()); in analyzeDmesgServiceInfo()