Files
frameworks_base/packages/SystemUI/tests
Ned Burns 294d0a213d Make mPendingNotifications truly private
Previously, NotificationEntryManager was exposing a reference to its
internal HashMap, mPendingNotifications, to
NotificationGroupAlertTransferHelper. NGATH only needed the reference to
iterate over the pending notifications, so now NEM exposes a new
getPendingNotificationsIterator() method that just exposes a read-only
iterator.

Also removes any references to NGATH in NEM. Initializes NGATH
independently from NEM.

Test: updated unit tests

Change-Id: Ic7471baa5a56737b9f5debaa30b0b51ef8bdb97d
2018-12-12 11:08:03 -05:00
..
2018-04-06 14:54:39 +01:00