Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/tests/
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()