Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/model/
DClassItem.kt874 val sortedMethods = if (visitor.methodComparator != null) { in accept() constant
889 for (method in sortedMethods) { in accept()