Searched refs:getEnabledAutomaticRulesCount (Results 1 – 3 of 3) sorted by relevance
73 doReturn(0).when(mSummaryBuilder).getEnabledAutomaticRulesCount(); in setUp()88 doReturn(1).when(mSummaryBuilder).getEnabledAutomaticRulesCount(); in updateState_automaticRuleEnabled_shouldSetSummary()
184 final int count = getEnabledAutomaticRulesCount(); in getSoundSummary()210 final int count = getEnabledAutomaticRulesCount(); in getAutomaticRulesSummary()217 int getEnabledAutomaticRulesCount() { in getEnabledAutomaticRulesCount() method in ZenModeSettings.SummaryBuilder