am 0c72b769
: Merge "Update layoutlib method for SystemClock"
* commit '0c72b76963f7f43a2f986c38831ce76b43c6275a': Update layoutlib method for SystemClock
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user