Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServices.java132 Collections.sort(services, SERVICE_SORT); in recalculateBindAllowance()
338 private static final Comparator<TileServiceManager> SERVICE_SORT = field in TileServices