Loading src/com/android/deskclock/timer/TimerReceiver.java +0 −4 Original line number Diff line number Diff line Loading @@ -140,10 +140,6 @@ public class TimerReceiver extends BroadcastReceiver { || Timers.TIMER_DONE.equals(actionType)) { // Stop Ringtone if all timers are not in times-up status stopRingtoneIfNoTimesup(context); if (t != null) { cancelTimesUpNotification(context, t); } } else if (Timers.NOTIF_TIMES_UP_STOP.equals(actionType)) { if (intent.getBooleanExtra(Timers.NOTIF_STOP_ALL_TIMERS, false)) { LogUtils.d(TAG, "Stopping all timers"); Loading Loading
src/com/android/deskclock/timer/TimerReceiver.java +0 −4 Original line number Diff line number Diff line Loading @@ -140,10 +140,6 @@ public class TimerReceiver extends BroadcastReceiver { || Timers.TIMER_DONE.equals(actionType)) { // Stop Ringtone if all timers are not in times-up status stopRingtoneIfNoTimesup(context); if (t != null) { cancelTimesUpNotification(context, t); } } else if (Timers.NOTIF_TIMES_UP_STOP.equals(actionType)) { if (intent.getBooleanExtra(Timers.NOTIF_STOP_ALL_TIMERS, false)) { LogUtils.d(TAG, "Stopping all timers"); Loading