Searched refs:parseAutomaticRuleEndTime (Results 1 – 5 of 5) sorted by relevance
201 when(mConfigWrapper.parseAutomaticRuleEndTime(rule.conditionId)).thenReturn(2000L); in testDefaultNotifPolicy_automaticRuleEndsLast_hasManualRule_setFooterTitle()217 when(mConfigWrapper.parseAutomaticRuleEndTime(rule1.conditionId)).thenReturn(10000L); in testDefaultNotifPolicy_multipleAutomaticRules_autoRuleApp_setFooterTitle()223 when(mConfigWrapper.parseAutomaticRuleEndTime(rule3.conditionId)).thenReturn(9000L); in testDefaultNotifPolicy_multipleAutomaticRules_autoRuleApp_setFooterTitle()239 when(mConfigWrapper.parseAutomaticRuleEndTime(rule1.conditionId)).thenReturn(2000L); in testDefaultNotifPolicy_multipleAutomaticRules_setFooterTitle()242 when(mConfigWrapper.parseAutomaticRuleEndTime(rule2.conditionId)).thenReturn(8000L); in testDefaultNotifPolicy_multipleAutomaticRules_setFooterTitle()245 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()
2156 long endTime = parseAutomaticRuleEndTime(context, automaticRule.conditionId); in getDescription()2171 private static long parseAutomaticRuleEndTime(Context context, Uri id) { in parseAutomaticRuleEndTime() method in ZenModeConfig
53312 Landroid/service/notification/ZenModeConfig;->parseAutomaticRuleEndTime(Landroid/content/Context;La…