Searched refs:delayTimeList (Results 1 – 1 of 1) sorted by relevance
547 List<Long> delayTimeList = new ArrayList<Long>(); in analyzeColdLaunchDelay() local548 delayTimeList.add(delayItem.getStartingWindowDelay()); in analyzeColdLaunchDelay()549 appKeyTransitionDelayMap.put(appName, delayTimeList); in analyzeColdLaunchDelay()579 List<Long> delayTimeList = new ArrayList<Long>(); in analyzeHotLaunchDelay() local580 delayTimeList.add(delayItem.getWindowDrawnDelay()); in analyzeHotLaunchDelay()581 appToHomeKeyTransitionDelayMap.put(prevAppName, delayTimeList); in analyzeHotLaunchDelay()597 List<Long> delayTimeList = new ArrayList<Long>(); in analyzeHotLaunchDelay() local598 delayTimeList.add(delayItem.getTransitionDelay()); in analyzeHotLaunchDelay()599 appKeyTransitionDelayMap.put(appName, delayTimeList); in analyzeHotLaunchDelay()626 List<Long> delayTimeList = new ArrayList<Long>(); in analyzeAppToRecentsDelay() local[all …]