Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModeSettingsFooterPreferenceController.java95 final List<ZenModeConfig.ZenRule> activeRules = getActiveRules(config); in getFooterText() local
97 for (ZenModeConfig.ZenRule rule : activeRules) { in getFooterText()