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/
DManageApplications.java872 Comparator<AppEntry> comparatorObj; in rebuild() local
891 comparatorObj = ApplicationsState.INTERNAL_SIZE_COMPARATOR; in rebuild()
894 comparatorObj = ApplicationsState.EXTERNAL_SIZE_COMPARATOR; in rebuild()
897 comparatorObj = ApplicationsState.SIZE_COMPARATOR; in rebuild()
902 comparatorObj = ApplicationsState.ALPHA_COMPARATOR; in rebuild()
908 comparatorObj, false); in rebuild()