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/appops/
DAppOpsCategory.java129 return mState.buildState(mTemplate, 0, null, AppOpsState.LABEL_COMPARATOR); in loadInBackground()
DAppOpsState.java460 public static final Comparator<AppOpEntry> LABEL_COMPARATOR = new Comparator<AppOpEntry>() { field in AppOpsState