Home
last modified time | relevance | path

Searched defs:dumpstateSection (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/
H A DBugReportDurationHelper.java176 String dumpstateSection = parseDumpstateSection(line); in getMetrics() local
451 public String convertDumpstateSectionToKey(String dumpstateSection) { in convertDumpstateSectionToKey()