android.os
Class SystemClock
java.lang.Object
android.os.SystemClock
public final class SystemClock
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sleep
public static void sleep(long ms)
setCurrentTimeMillis
public static boolean setCurrentTimeMillis(long millis)
uptimeMillis
public static long uptimeMillis()
elapsedRealtime
public static long elapsedRealtime()
currentThreadTimeMillis
public static long currentThreadTimeMillis()
Copyright © 2008-2012. All Rights Reserved.