diff options
author | Nick Pelly <npelly@google.com> | 2012-07-19 10:22:18 -0700 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2012-07-20 09:51:09 -0700 |
commit | 95f1158908d990bbf954d7cc78f3f214a6c84f1f (patch) | |
tree | bc22f308a77e002369779e3d403660917c2c9918 /api | |
parent | 824582dce1b89bfa6ba9662e122fa7b6975f0583 (diff) | |
download | frameworks_base-95f1158908d990bbf954d7cc78f3f214a6c84f1f.zip frameworks_base-95f1158908d990bbf954d7cc78f3f214a6c84f1f.tar.gz frameworks_base-95f1158908d990bbf954d7cc78f3f214a6c84f1f.tar.bz2 |
Introduce SystemClock#elapsedRealtimeNano.
Change-Id: I47e1b14d45c5321f959d46e1805f86aafd72f5d4
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index f2448a2..8ae12a2 100644 --- a/api/current.txt +++ b/api/current.txt @@ -16342,6 +16342,7 @@ package android.os { public final class SystemClock { method public static long currentThreadTimeMillis(); method public static long elapsedRealtime(); + method public static long elapsedRealtimeNano(); method public static boolean setCurrentTimeMillis(long); method public static void sleep(long); method public static long uptimeMillis(); |