Searched refs:SemiStableSort (Results 1 – 3 of 3) sorted by relevance
36 var sorter: SemiStableSort? = null50 return (sorter ?: SemiStableSort())67 return (sorter ?: SemiStableSort())164 sorter = SemiStableSort()186 sorter = SemiStableSort()193 SemiStableSort.apply {
22 class SemiStableSort { regex
57 import com.android.systemui.statusbar.notification.collection.listbuilder.SemiStableSort;58 import com.android.systemui.statusbar.notification.collection.listbuilder.SemiStableSort.StableOrde…109 private final SemiStableSort mSemiStableSort = new SemiStableSort();