Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/tests/
DAppTransitionTests.java547 List<Long> delayTimeList = new ArrayList<Long>(); in analyzeColdLaunchDelay() local
548 delayTimeList.add(delayItem.getStartingWindowDelay()); in analyzeColdLaunchDelay()
549 appKeyTransitionDelayMap.put(appName, delayTimeList); in analyzeColdLaunchDelay()
579 List<Long> delayTimeList = new ArrayList<Long>(); in analyzeHotLaunchDelay() local
580 delayTimeList.add(delayItem.getWindowDrawnDelay()); in analyzeHotLaunchDelay()
581 appToHomeKeyTransitionDelayMap.put(prevAppName, delayTimeList); in analyzeHotLaunchDelay()
597 List<Long> delayTimeList = new ArrayList<Long>(); in analyzeHotLaunchDelay() local
598 delayTimeList.add(delayItem.getTransitionDelay()); in analyzeHotLaunchDelay()
599 appKeyTransitionDelayMap.put(appName, delayTimeList); in analyzeHotLaunchDelay()
626 List<Long> delayTimeList = new ArrayList<Long>(); in analyzeAppToRecentsDelay() local
[all …]