Searched refs:timeList (Results 1 – 1 of 1) sorted by relevance
996 List<Double> timeList = new ArrayList<Double>(); in analyzeDmesgServiceInfo() local997 timeList.add(infoItem.getStartTime().doubleValue()); in analyzeDmesgServiceInfo()998 mBootInfo.put(key, timeList); in analyzeDmesgServiceInfo()1007 List<Double> timeList = new ArrayList<Double>(); in analyzeDmesgServiceInfo() local1008 timeList.add(infoItem.getServiceDuration().doubleValue()); in analyzeDmesgServiceInfo()1009 mBootInfo.put(key, timeList); in analyzeDmesgServiceInfo()1018 List<Double> timeList = new ArrayList<Double>(); in analyzeDmesgServiceInfo() local1019 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 …]