History log of /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/GroupHelperTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
74f5e36f49b32baef90bf31bbbaf487c18002944 06-Dec-2017 Jason Monk <jmonk@google.com> Give SliceManagerService a concept of pinned slices.

Allow launcher/assistant to pin slices. Also allow other apps
with access to a slice to pin it dynamically by adding a listener
to it. Dynamic pinnings can expire when the host app dies because
the binder will no longer be alive.

Public docs and unhiding will come in a later CL with CTS tests.

Bug: 68378571
Test: runtest --path frameworks/base/services/tests/uiservicestests
Change-Id: I1dd9a839f547fc949922b766ba4b54e6d50f3125
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/GroupHelperTest.java
ec4b6778b7de70a740b67246c2334bb2da70f141 06-Dec-2017 Jason Monk <jmonk@google.com> Move notification service tests to be ui services tests

Also fix up ScheduleConditionProviderTest to not require weird looper
stuff.

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