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

Commit b869cbe7 authored by Justin Harrison's avatar Justin Harrison Committed by Android Git Automerger
Browse files

am e2153b97: am 184440ce: am 47cae240: Merge "Extended the maximum pulsing...

am e2153b97: am 184440ce: am 47cae240: Merge "Extended the maximum pulsing duration when dozing" into mnc-dr-dev

* commit 'e2153b97':
  Extended the maximum pulsing duration when dozing
parents 80743d2b e2153b97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ public class DozeParameters {
    private static final String TAG = "DozeParameters";
    private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);

    private static final int MAX_DURATION = 10 * 1000;
    private static final int MAX_DURATION = 60 * 1000;

    private final Context mContext;