Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java1461 Comparator<AppEntry> comparatorObj; in rebuild() local
1484 comparatorObj = ApplicationsState.INTERNAL_SIZE_COMPARATOR; in rebuild()
1487 comparatorObj = ApplicationsState.EXTERNAL_SIZE_COMPARATOR; in rebuild()
1490 comparatorObj = ApplicationsState.SIZE_COMPARATOR; in rebuild()
1494 comparatorObj = AppStateNotificationBridge.RECENT_NOTIFICATION_COMPARATOR; in rebuild()
1496 comparatorObj = AppStateNotificationBridge.FREQUENCY_NOTIFICATION_COMPARATOR; in rebuild()
1498 comparatorObj = ApplicationsState.ALPHA_COMPARATOR; in rebuild()
1504 mSession.rebuild(finalFilterObj, comparatorObj, false); in rebuild()