Searched refs:delayList (Results 1 – 2 of 2) sorted by relevance
694 List<Long> delayList = new ArrayList<Long>(); in analyzeLatencyInfo() local695 delayList.add(delayItem.getDelay()); in analyzeLatencyInfo()696 actionDelayListMap.put(Integer.toString(delayItem.getActionId()), delayList); in analyzeLatencyInfo() local708 for (List<Long> delayList : appKeyTransitionDelayMap.values()) { in removeAdditionalLaunchInfo()709 while (delayList.size() > mLaunchIteration) { in removeAdditionalLaunchInfo()710 delayList.remove(0); in removeAdditionalLaunchInfo()727 List<Long> delayList = appKeyTransitionDelayMap.get(appNameKey); in computeAndUploadResults() local729 for (Long delayItem : delayList) { in computeAndUploadResults()735 for (Long delay : delayList) { in computeAndUploadResults()
889 List<Double> delayList = new ArrayList<>(); in analyzeGranularBootInfo() local890 delayList.add(time); in analyzeGranularBootInfo()891 mBootInfo.put(fullCompName, delayList); in analyzeGranularBootInfo()