Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java996 List<Double> timeList = new ArrayList<Double>(); in analyzeDmesgServiceInfo() local
997 timeList.add(infoItem.getStartTime().doubleValue()); in analyzeDmesgServiceInfo()
998 mBootInfo.put(key, timeList); in analyzeDmesgServiceInfo()
1007 List<Double> timeList = new ArrayList<Double>(); in analyzeDmesgServiceInfo() local
1008 timeList.add(infoItem.getServiceDuration().doubleValue()); in analyzeDmesgServiceInfo()
1009 mBootInfo.put(key, timeList); in analyzeDmesgServiceInfo()
1018 List<Double> timeList = new ArrayList<Double>(); in analyzeDmesgServiceInfo() local
1019 timeList.add(infoItem.getEndTime().doubleValue()); in analyzeDmesgServiceInfo()
1020 mBootInfo.put(key, timeList); in analyzeDmesgServiceInfo()
1114 List<Double> timeList = new ArrayList<Double>(); in analyzeBootloaderTimingInfo() local
[all …]