| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix ConditionVariable.block to use elapsedRealtime. | Joe Onorato | 2019-04-02 | 1 | -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 Prevot | 2014-10-28 | 1 | -1/+1 |
| | | | | | | BUG:18152344 Change-Id: If5d09051e8f74addf53018cfd3be214d96efb9e6 | ||||
| * | Fix javadoc. | Pin Ting | 2012-04-26 | 1 | -1/+1 |
| | | | | | Change-Id: Ibbfee452cae76a379dcd360412de962e90f29da5 | ||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+141 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -141/+0 |
| | | |||||
| * | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+141 |
