Searched refs:LastTimeLaunchedComparatorDesc (Results 1 – 1 of 1) sorted by relevance
114 Collections.sort(usageStatsList, new LastTimeLaunchedComparatorDesc()); in onViewCreated()194 private static class LastTimeLaunchedComparatorDesc implements Comparator<UsageStats> { class in AppUsageStatisticsFragment