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

Commit af1e1b8a authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Remove two unused constants" am: c7d6b570 am: 6b32953b am:...

Merge "Remove two unused constants" am: c7d6b570 am: 6b32953b am: f6f28446 am: f8e72587 am: 1d87857b

Change-Id: I0caf0312e18bbc3073380381f6bd606161f7e32c
parents 1496d022 1d87857b
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -190,12 +190,6 @@ public final class SystemServer {
    private static final String ENCRYPTING_STATE = "trigger_restart_min_framework";
    private static final String ENCRYPTED_STATE = "1";

    private static final long SNAPSHOT_INTERVAL = 60 * 60 * 1000; // 1hr

    // The earliest supported time.  We pick one day into 1970, to
    // give any timezone code room without going into negative time.
    private static final long EARLIEST_SUPPORTED_TIME = 86400 * 1000;

    private static final long SLOW_DISPATCH_THRESHOLD_MS = 100;
    private static final long SLOW_DELIVERY_THRESHOLD_MS = 200;