Files
frameworks_base/core/java/android
Daniel Nishi baa381119c Fix a bug where the last used times could be wrong.
If a newer UsageStats came along, it would wipe away
the older UsageStats' last used times because it was
newer and, therefore, a source of truth. This is an
improper assumption, however. The newer UsageStat
may cover a timeframe which does not even have a last
use and, thus, destroys valid data.

Bug: 34857041
Test: FrameworksCoreTest
Change-Id: I5111b0d5a184a31a0a8fbdf12984cc7ef90ccd6e
2017-02-07 16:47:57 -08:00
..
2017-02-02 12:41:40 -08:00
2017-01-25 17:00:55 -08:00
2017-02-06 12:50:55 -08:00
2017-01-27 08:28:45 -05:00
2017-01-25 18:21:28 +00:00
2017-01-30 14:47:30 -08:00
2017-01-24 15:27:16 +00:00
2017-02-07 21:18:15 +00:00