Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java321 List<Pair<String, Long>> moduleRuntime = new ArrayList<>(); in splitModules() local
348 moduleRuntime.add(new Pair<String, Long>(moduleName, runtime)); in splitModules()
351 Collections.sort(moduleRuntime, new Comparator<Pair<String, Long>>() { in splitModules()
367 for (Pair<String, Long> module : moduleRuntime) { in splitModules()