Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a9bb0c3 authored by Michael Bestas's avatar Michael Bestas Committed by Michael W
Browse files

DeskClock: Remove unused imports from NotificationUtils

Change-Id: I421928b0dae80290bf318a117037c8044a1c7b3b
parent 68a451b0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -27,9 +27,6 @@ import android.util.Log;
import androidx.core.app.NotificationManagerCompat;

import com.android.deskclock.Utils;
import com.android.deskclock.alarms.AlarmNotifications;
import com.android.deskclock.data.StopwatchNotificationBuilder;
import com.android.deskclock.data.TimerNotificationBuilder;

import java.util.HashMap;
import java.util.Map;
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ import static android.view.View.VISIBLE;
/**
 * Builds notification to reflect the latest state of the stopwatch and recorded laps.
 */
public class StopwatchNotificationBuilder {
class StopwatchNotificationBuilder {

    public Notification build(Context context, NotificationModel nm, Stopwatch stopwatch) {
        @StringRes final int eventLabel = R.string.label_notification;
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ import static android.text.format.DateUtils.SECOND_IN_MILLIS;
/**
 * Builds notifications to reflect the latest state of the timers.
 */
public class TimerNotificationBuilder {
class TimerNotificationBuilder {

    private static final int REQUEST_CODE_UPCOMING = 0;
    private static final int REQUEST_CODE_MISSING = 1;