Home
last modified time | relevance | path

Searched refs:packageLabel (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DZenRuleInfo.java27 return packageLabel != null ? packageLabel.equals( in equals()
28 that.packageLabel) : that.packageLabel == null; in equals()
39 public CharSequence packageLabel; field in ZenRuleInfo
DZenRuleSelectionDialog.java190 int byAppName = mCollator.compare(lhs.packageLabel, rhs.packageLabel);
DZenModeAutomationSettings.java236 ri.packageLabel = si.applicationInfo.loadLabel(pm); in getRuleInfo()