Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/build/tests/
DImageStats.java54 private static final String LABEL_UNCATEGORIZED = "uncategorized"; field in ImageStats
239 if (LABEL_UNCATEGORIZED.equals(label)) { in getAggregationLabel()
243 LABEL_UNCATEGORIZED)); in getAggregationLabel()
302 ret.put(LABEL_UNCATEGORIZED, Long.toString(uncategorized)); in performAggregation()