Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppOpsState.java438 public static final Comparator<AppOpEntry> RECENCY_COMPARATOR = new Comparator<AppOpEntry>() { field in AppOpsState
501 return buildState(tpl, 0, null, RECENCY_COMPARATOR); in buildState()
526 return buildState(tpl, uid, packageName, RECENCY_COMPARATOR); in buildState()
DAppOpsCategory.java143 … mUserControlled ? AppOpsState.LABEL_COMPARATOR : AppOpsState.RECENCY_COMPARATOR); in loadInBackground()