History log of /frameworks/base/core/java/android/app/usage/EventList.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
60aa35b756707a16d310c222a36edbcef9d56ed4 25-Apr-2018 Suprabh Shukla <suprabh@google.com> Using a list to store usage events

Moving UsageEvent.Event objects to an array list sorted on the event
timestamps as there can be multiple events with the same timestamps.

Test: atest android.app.usage.EventListTest
Existing tests:
atest android.app.usage.cts.UsageStatsTest

Bug: 74406113
Change-Id: Idc7f2a8db6e5a9499b3b0b74efbf014b17fa495f
/frameworks/base/core/java/android/app/usage/EventList.java