History log of /frameworks/base/services/core/java/com/android/server/notification/NotificationAdjustmentExtractor.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c861a3ddbc9b6cb193e71dbb5da6162d119e2e98 15-Feb-2018 Julia Reynolds <juliacr@google.com> Optionally supress status bar notifications in dnd

If 'allow visual signals -> when the screen is on' is off.

Test: runtest systemui-notification and manual - confirm triggering
dnd hides icons of existing notifications; confirm icons return when dnd
is turned off, verify new icons are hidden when dnd is on, confirm
supressed notification doesn't re-alert when dnd turned off.
Bug: 73455127
Change-Id: If6e5035d6563c70de77604196ea37a16118847a7
/frameworks/base/services/core/java/com/android/server/notification/NotificationAdjustmentExtractor.java
503ed9404e30d0a965d137c67cbac863ef303b70 04-Oct-2017 Julia Reynolds <juliacr@google.com> Provide more information to the noti asst

And pass user sentiment from the assistant to listeners.

Not all of the information the assistant might want is provided
by systemui yet, but the hooks to do so have been added in this CL.

Bug: 63095540
Test: runtest systemui-notification, cts
Change-Id: I8194c065b7895d6013a40320e76eb62caab1263f
/frameworks/base/services/core/java/com/android/server/notification/NotificationAdjustmentExtractor.java
b71ce8680cc7416c39412c4a2b1b634a0346956f 26-Sep-2017 Kweku Adams <kwekua@google.com> Fixing log tags in some NotificationSignalExtractors.

Test: it builds
Change-Id: Ie3580c2db3e8b26e408958cc6017bed45a591bbd
/frameworks/base/services/core/java/com/android/server/notification/NotificationAdjustmentExtractor.java
eb3dca71b5df7fdf6299a3e65eb5d6fe8cb7bcbc 11-Jul-2017 Julia Reynolds <juliacr@google.com> Send less ranking reconsiderations and updates

- NotificationIntrusivenessExtractor does not need to reconsider
ranking for non intrusive notifications
- All adjustments (by group helper and the assistant) have been moved to
extractors so we can selectively send ranking updates instead of always
sending them.

Fixes: 62827235
Test: runtest systemui-notification
Change-Id: I2ea746c3883049abac0752788a3f4c2fa50c8064
/frameworks/base/services/core/java/com/android/server/notification/NotificationAdjustmentExtractor.java