Searched refs:RECENCY_COMPARATOR (Results 1 – 2 of 2) sorted by relevance
438 public static final Comparator<AppOpEntry> RECENCY_COMPARATOR = new Comparator<AppOpEntry>() { field in AppOpsState501 return buildState(tpl, 0, null, RECENCY_COMPARATOR); in buildState()526 return buildState(tpl, uid, packageName, RECENCY_COMPARATOR); in buildState()
143 … mUserControlled ? AppOpsState.LABEL_COMPARATOR : AppOpsState.RECENCY_COMPARATOR); in loadInBackground()