diff options
author | Philip Milne <pmilne@google.com> | 2012-09-21 14:21:27 -0700 |
---|---|---|
committer | Philip Milne <pmilne@google.com> | 2012-09-21 15:54:41 -0700 |
commit | 2f6d8829524dfca3a77e9a57c3b9c3862209877d (patch) | |
tree | 15bd455fb9ed48e4246a475855c9ad7d0a15d94b /api | |
parent | f98db0de2248ad286b207eed6a826373cc60b786 (diff) | |
download | frameworks_base-2f6d8829524dfca3a77e9a57c3b9c3862209877d.zip frameworks_base-2f6d8829524dfca3a77e9a57c3b9c3862209877d.tar.gz frameworks_base-2f6d8829524dfca3a77e9a57c3b9c3862209877d.tar.bz2 |
Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos()
Change-Id: I71c24ea10093ece07a0780e97bc641ff548c1a44
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index ac27f03..4da8098 100644 --- a/api/current.txt +++ b/api/current.txt @@ -16560,7 +16560,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 long elapsedRealtimeNanos(); method public static boolean setCurrentTimeMillis(long); method public static void sleep(long); method public static long uptimeMillis(); |