Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DLogcatPostProcessor.java155 String[] fullCompStr = new String[0]; in analyzeGranularBootInfo() local
162 fullCompStr = mFullCompNames.split(","); in analyzeGranularBootInfo()
166 Set<String> fullCompSet = new HashSet<>(Arrays.asList(fullCompStr)); in analyzeGranularBootInfo()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java848 String[] fullCompStr = new String[0]; in analyzeGranularBootInfo() local
856 fullCompStr = mFullCompNames.split(","); in analyzeGranularBootInfo()
861 Set<String> fullCompSet = new HashSet<>(Arrays.asList(fullCompStr)); in analyzeGranularBootInfo()