Searched refs:LABEL_COMPARATOR (Results 1 – 2 of 2) sorted by relevance
129 return mState.buildState(mTemplate, 0, null, AppOpsState.LABEL_COMPARATOR); in loadInBackground()
460 public static final Comparator<AppOpEntry> LABEL_COMPARATOR = new Comparator<AppOpEntry>() { field in AppOpsState