History log of /frameworks/base/services/tests/notification/src/com/android/server/notification/GroupHelperTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
89aa2261903fd09b08a2210a7a1b35d329f8330a 06-May-2017 Chris Wren <cwren@google.com> add a global control for badging

Content observer callbacks don't specify the user,
so scan all the users we know about. User switches
will also trigger an update which will explicitly
check the setting for the (now) current user.

Migrate tests to TestableContext to allow the test
to safely override secure settings.

Bug: 36021111
Test: runtest systemui-notification
Change-Id: I588068382912955da114cc351df7a1e7b4f0733f
/frameworks/base/services/tests/notification/src/com/android/server/notification/GroupHelperTest.java
af759c52ce01fe6b5144957e38da956af01a217b 15-Feb-2017 Geoffrey Pitsch <gpitsch@google.com> Channels for Frameworks notifications

Adapts all notifications used by system services to use channels.
Channels are initialized by SystemServer after the NotificationService
has started.

Test: runtest systemui-notification
Change-Id: I25c45293b786adb57787aeab4c2613c9d7c89dab
/frameworks/base/services/tests/notification/src/com/android/server/notification/GroupHelperTest.java
924eed1ca6d3fec5dae7eb0f9c11b8f23f628697 19-Jan-2017 Julia Reynolds <juliacr@google.com> Add updatable fields to Ranking

- NotificationChannel
- Badging

Test: runtest systemuinotification & cts

Change-Id: I7fd1f2dc06148927e9a4bd5b760d436e2c5e8a98
/frameworks/base/services/tests/notification/src/com/android/server/notification/GroupHelperTest.java
f4af65bbd6ccd9cf6951e26da12c2789ab14c42a 20-Dec-2016 Julia Reynolds <juliacr@google.com> Don't automatically remove autogroup summaries

Unless there are no notifications left that need to be autogrouped.

Change-Id: I76f90cd083273d1babf1209e3c509d213deffa9c
Fixes: 28612382
Test: runtest systemui-notification
/frameworks/base/services/tests/notification/src/com/android/server/notification/GroupHelperTest.java
423b9fc83d736326b8ddadbfcd6fd5f181bf9fec 09-Nov-2016 Julia Reynolds <juliacr@google.com> Move notification channel from record to sbn.

So notificationlisteners know about it.

Test: runtest systemui-notification
Change-Id: I28fc86730d3f7ad246a0164f44157594f57430c0
/frameworks/base/services/tests/notification/src/com/android/server/notification/GroupHelperTest.java
b879cc614f58cf0237bdc50393db129afe2b9403 01-Nov-2016 Geoffrey Pitsch <gpitsch@google.com> Move notification tests into separate APK.

This will allow us to hook into a presubmit step without
bringing in the other tests.

Compile notification source directly into test APK, for
faster development.

Test: runtest --path
frameworks/base/services/tests/notification/
Change-Id: I04dbcec892cbd375ba1334f59e6b58bcafe80151
/frameworks/base/services/tests/notification/src/com/android/server/notification/GroupHelperTest.java