Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DDmesgPostProcessor.java119 Multimaps.forMap(analyzeDmesgStageInfo(dmesgItem.getStageInfoItems()))); in processDmesgLogs()
174 private Map<String, Double> analyzeDmesgStageInfo( in analyzeDmesgStageInfo() method in DmesgPostProcessor
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java674 analyzeDmesgStageInfo(dmesgLogParser.getStageInfoItems()); in testSuccessiveBoots()
1033 private void analyzeDmesgStageInfo(Collection<DmesgStageInfoItem> stageInfoItems) { in analyzeDmesgStageInfo() method in BootTimeTest