Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppOpsCategory.java143 … mUserControlled ? AppOpsState.LABEL_COMPARATOR : AppOpsState.RECENCY_COMPARATOR); in loadInBackground()
DAppOpsState.java461 public static final Comparator<AppOpEntry> LABEL_COMPARATOR = new Comparator<AppOpEntry>() { field in AppOpsState