Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DZenModePreferenceControllerTest.java73 doReturn(0).when(mSummaryBuilder).getEnabledAutomaticRulesCount(); in setUp()
88 doReturn(1).when(mSummaryBuilder).getEnabledAutomaticRulesCount(); in updateState_automaticRuleEnabled_shouldSetSummary()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenModeSettings.java184 final int count = getEnabledAutomaticRulesCount(); in getSoundSummary()
210 final int count = getEnabledAutomaticRulesCount(); in getAutomaticRulesSummary()
217 int getEnabledAutomaticRulesCount() { in getEnabledAutomaticRulesCount() method in ZenModeSettings.SummaryBuilder
/packages/apps/Settings/src/com/android/settings/notification/
DZenModeSettings.java184 final int count = getEnabledAutomaticRulesCount(); in getSoundSummary()
210 final int count = getEnabledAutomaticRulesCount(); in getAutomaticRulesSummary()
217 int getEnabledAutomaticRulesCount() { in getEnabledAutomaticRulesCount() method in ZenModeSettings.SummaryBuilder