Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DLogcatPostProcessor.java154 String[] compStr = new String[0]; in analyzeGranularBootInfo() local
159 compStr = mComponentNames.split(","); in analyzeGranularBootInfo()
165 Set<String> compSet = new HashSet<>(Arrays.asList(compStr)); in analyzeGranularBootInfo()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java847 String[] compStr = new String[0]; in analyzeGranularBootInfo() local
852 compStr = mComponentNames.split(","); in analyzeGranularBootInfo()
860 Set<String> compSet = new HashSet<>(Arrays.asList(compStr)); in analyzeGranularBootInfo()