History log of /frameworks/base/services/tests/notification/src/com/android/server/notification/ValidateNotificationPeopleTest.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/ValidateNotificationPeopleTest.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/ValidateNotificationPeopleTest.java