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

Commit 0c72b769 authored by Xavier Ducrohet's avatar Xavier Ducrohet Committed by Gerrit Code Review
Browse files

Merge "Update layoutlib method for SystemClock"

parents 16678ac6 5ac6a9e9
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -33,11 +33,6 @@ public class SystemClock_Delegate {
    private static long sBootTime = System.currentTimeMillis();
    private static long sBootTime = System.currentTimeMillis();
    private static long sBootTimeNano = System.nanoTime();
    private static long sBootTimeNano = System.nanoTime();


    @LayoutlibDelegate
    /*package*/ static boolean setCurrentTimeMillis(long millis) {
        return true;
    }

    /**
    /**
     * Returns milliseconds since boot, not counting time spent in deep sleep.
     * Returns milliseconds since boot, not counting time spent in deep sleep.
     * <b>Note:</b> This value may get reset occasionally (before it would
     * <b>Note:</b> This value may get reset occasionally (before it would