Searched refs:priorityDescending (Results 1 – 1 of 1) sorted by relevance
132 private val priorityDescending: Comparator<Pair<Any, Int>> = PriorityDescendingComparator() constant in com.android.photopicker.core.features.FeatureManager276 it.sortWith(priorityDescending) in registerLocationsForFeature()