Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DLogcatPostProcessor.java65 private String mComponentNames = null; field in LogcatPostProcessor
156 boolean isFilterSet = mComponentNames != null || mFullCompNames != null; in analyzeGranularBootInfo()
158 if (mComponentNames != null) { in analyzeGranularBootInfo()
159 compStr = mComponentNames.split(","); in analyzeGranularBootInfo()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java302 private String mComponentNames = null; field in BootTimeTest
851 if (null != mComponentNames) { in analyzeGranularBootInfo()
852 compStr = mComponentNames.split(","); in analyzeGranularBootInfo()