Home
last modified time | relevance | path

Searched refs:buildNotif (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java193 final NotificationEntryBuilder entryBuilder = buildNotif(TEST_PACKAGE, 0) in testGetGroupSummary()
208 final NotificationEntryBuilder entryBuilder = buildNotif(TEST_PACKAGE, 1) in testIsOnlyChildInGroup()
216 buildNotif(TEST_PACKAGE, 0) in testIsOnlyChildInGroup()
222 buildNotif(TEST_PACKAGE, 2) in testIsOnlyChildInGroup()
231 buildNotif(TEST_PACKAGE, 3) in testEventDispatchedWhenNotifPosted()
248 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88, "barTag")); in testCancelNonExistingNotification()
258 mNoMan.postNotif(buildNotif(TEST_PACKAGE, 2) in testEventDispatchedWhenNotifBatchPosted()
267 NotificationEntry entry1 = buildNotif(TEST_PACKAGE, 1) in testEventDispatchedWhenNotifBatchPosted()
270 NotificationEntry entry2 = buildNotif(TEST_PACKAGE, 2) in testEventDispatchedWhenNotifBatchPosted()
274 NotificationEntry entry3 = buildNotif(TEST_PACKAGE, 3) in testEventDispatchedWhenNotifBatchPosted()
[all …]