Searched refs:LABEL_COMPARATOR (Results 1 – 2 of 2) sorted by relevance
143 … mUserControlled ? AppOpsState.LABEL_COMPARATOR : AppOpsState.RECENCY_COMPARATOR); in loadInBackground()
461 public static final Comparator<AppOpEntry> LABEL_COMPARATOR = new Comparator<AppOpEntry>() { field in AppOpsState