Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java312 List<IRemoteTest> newList = new ArrayList<>(); in updateConfiguration() local
314 newList.add(replayer); in updateConfiguration()
315 newList.addAll(tests); in updateConfiguration()
316 config.setTests(newList); in updateConfiguration()
/tools/metalava/src/main/java/com/android/tools/metalava/
DComparisonVisitor.kt106 newList: List<ItemTree>, in compare()
114 val length2 = newList.size in compare()
121 val newTree = newList[index2] in compare()
154 val newTree = newList[index2++] in compare()
DApiAnalyzer.kt460 val newList = ArrayList<MethodItem>() in <lambda>() constant
461 map[name] = newList in <lambda>()
462 newList in <lambda>()