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

* commit 'e2153b9741c7d9c3910c9355ae3bf6ec4f5c231b':
  Extended the maximum pulsing duration when dozing
This commit is contained in:
Justin Harrison
2015-09-23 06:25:34 +00:00
committed by Android Git Automerger

View File

@@ -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;