Example #1
0
 private boolean isCountdown(Condition c) {
   return c != null && ZenModeConfig.isValidCountdownConditionId(c.id);
 }