Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogic.java136 String[] descriptions = keySet.toArray(new String[keySet.size()]); in throwAggregatedException() local
139 msg.append(Arrays.toString(descriptions)); in throwAggregatedException()
141 for (String description : descriptions) { in throwAggregatedException()