Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DSubPlan.java135 ArrayList<String> sortedExcludes = new ArrayList<String>(mExcludes); in serialize() local
137 Collections.sort(sortedExcludes); in serialize()
143 for (String exclude : sortedExcludes) { in serialize()