Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DDmesgPostProcessor.java114 analyzeDmesgServiceInfo( in processDmesgLogs()
147 private Map<String, Double> analyzeDmesgServiceInfo( in analyzeDmesgServiceInfo() method in DmesgPostProcessor
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java671 analyzeDmesgServiceInfo(dmesgLogParser.getServiceInfoItems().values()); in testSuccessiveBoots()
989 private void analyzeDmesgServiceInfo(Collection<DmesgServiceInfoItem> serviceInfoItems) { in analyzeDmesgServiceInfo() method in BootTimeTest