Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/build/tests/
DImageStats.java287 long uncategorized = 0; in performAggregation() local
289 uncategorized += stats.get(file); in performAggregation()
302 ret.put(LABEL_UNCATEGORIZED, Long.toString(uncategorized)); in performAggregation()
304 ret.put(LABEL_CATEGORIZED, Long.toString(total - uncategorized)); in performAggregation()