Files
frameworks_base/core/java/android/os
Joe Onorato 5da1b3dc05 Fix ConditionVariable.block to use elapsedRealtime.
System.currentTimeMillis() is NEVER okay to use to calculate a time delta.
The original spirit of this probably should have used SystemClock.uptimeMillis(),
but use SystemClock.elapsedRealtime because it's the same as
System.currentTimeMillis() in all the cases where System.currentTimeMillis() is
correct.

Test: Treehugger
Change-Id: Ib6e090425af83e7e822fb12814d87e8a37e2d2ac
2019-04-02 19:19:13 +00:00
..
2019-03-18 16:17:36 -07:00
2019-03-13 11:49:42 +00:00
2019-01-14 14:37:12 -08:00
2019-01-14 14:37:12 -08:00