Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DDmesgPostProcessor.java124 analyzeDmesgActionInfo(dmesgItem.getActionInfoItems()))); in processDmesgLogs()
200 private Map<String, Double> analyzeDmesgActionInfo( in analyzeDmesgActionInfo() method in DmesgPostProcessor
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java677 analyzeDmesgActionInfo(dmesgLogParser.getActionInfoItems()); in testSuccessiveBoots()
1061 private void analyzeDmesgActionInfo(Collection<DmesgActionInfoItem> actionInfoItems) { in analyzeDmesgActionInfo() method in BootTimeTest