summaryrefslogtreecommitdiff
path: root/core/java/android/os/ConditionVariable.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix ConditionVariable.block to use elapsedRealtime.Joe Onorato2019-04-021-7/+7
| | | | | | | | | | | 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
* Replace minimum with maximum in method description.Nicolas Prevot2014-10-281-1/+1
| | | | | BUG:18152344 Change-Id: If5d09051e8f74addf53018cfd3be214d96efb9e6
* Fix javadoc.Pin Ting2012-04-261-1/+1
| | | | Change-Id: Ibbfee452cae76a379dcd360412de962e90f29da5
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+141
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-141/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+141