Searched refs:parseAutomaticRuleEndTime (Results 1 – 3 of 3) sorted by relevance
200 when(mConfigWrapper.parseAutomaticRuleEndTime(rule.conditionId)).thenReturn(2000L); in testDefaultNotifPolicy_automaticRuleEndsLast_hasManualRule_setFooterTitle()216 when(mConfigWrapper.parseAutomaticRuleEndTime(rule1.conditionId)).thenReturn(10000L); in testDefaultNotifPolicy_multipleAutomaticRules_autoRuleApp_setFooterTitle()222 when(mConfigWrapper.parseAutomaticRuleEndTime(rule3.conditionId)).thenReturn(9000L); in testDefaultNotifPolicy_multipleAutomaticRules_autoRuleApp_setFooterTitle()238 when(mConfigWrapper.parseAutomaticRuleEndTime(rule1.conditionId)).thenReturn(2000L); in testDefaultNotifPolicy_multipleAutomaticRules_setFooterTitle()241 when(mConfigWrapper.parseAutomaticRuleEndTime(rule2.conditionId)).thenReturn(8000L); in testDefaultNotifPolicy_multipleAutomaticRules_setFooterTitle()244 when(mConfigWrapper.parseAutomaticRuleEndTime(rule3.conditionId)).thenReturn(12000L); in testDefaultNotifPolicy_multipleAutomaticRules_setFooterTitle()
201 protected long parseAutomaticRuleEndTime(Uri id) { in parseAutomaticRuleEndTime() method in AbstractZenModePreferenceController.ZenModeConfigWrapper
163 long endTime = mZenModeConfigWrapper.parseAutomaticRuleEndTime( in getDefaultPolicyFooter()