Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationEntryHelper.java62 mTarget.setSbn(sbn); in build()
DAlertingNotificationManagerTest.java134 .setSbn(mSbn) in setUp()
189 .setSbn(sbn) in testReleaseAllImmediately()
DNotificationRemoteInputManagerTest.java210 .setSbn(newSbn) in testRebuildWithRemoteInput_withExistingInput()
233 .setSbn(newSbn) in testRebuildWithRemoteInput_withExistingInput_image()
DSmartReplyControllerTest.java108 .setSbn(mSbn) in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java555 .setSbn(makeMockFgSBN(0, TEST_PACKAGE_NAME, 1000, true)) in createFgEntry()
563 .setSbn(notification) in entryRemoved()
572 .setSbn(notification) in entryAdded()
580 .setSbn(notification) in entryUpdated()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DPartialConversationInfoTest.java161 mEntry = new NotificationEntryBuilder().setSbn(mSbn).build(); in setUp()
228 NotificationEntry entry = new NotificationEntryBuilder().setSbn(mSbn).build(); in testBindNotification_delegate()
DNotificationConversationInfoTest.java215 mEntry = new NotificationEntryBuilder().setSbn(mSbn).setShortcutInfo(mShortcutInfo).build(); in setUp()
224 .setSbn(mBubbleSbn) in setUp()
399 .setSbn(mSbn) in testBindNotification_delegate()
DNotificationInfoTest.java166 mEntry = new NotificationEntryBuilder().setSbn(mSbn).build(); in setUp()
256 NotificationEntry entry = new NotificationEntryBuilder().setSbn(mSbn).build(); in testBindNotification_delegate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DAppOpsCoordinatorTest.java190 .setSbn(new StatusBarNotification(TEST_PKG, TEST_PKG, NOTIF_USER_ID, "", in extendLifetimeText_foregroundNotifRecentlyPosted()
207 .setSbn(new StatusBarNotification(TEST_PKG, TEST_PKG, NOTIF_USER_ID, "", in extendLifetimeText_foregroundNotifOld()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java283 childEntry.setSbn(newSbn); in testUpdateGroupChangeDoesNotTransfer()
305 childEntry.setSbn( in testUpdateChildToSummaryDoesNotTransfer()
DHeadsUpManagerPhoneTest.java138 .setSbn(createNewNotification(1)) in testCanRemoveImmediately_notTopEntry()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java91 public NotificationEntryBuilder setSbn(@Nullable StatusBarNotification sbn) { in setSbn() method in NotificationEntryBuilder
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java207 setSbn(sbn); in NotificationEntry()
235 public void setSbn(@NonNull StatusBarNotification sbn) { in setSbn() method in NotificationEntry
DNotifCollection.java435 entry.setSbn(sbn); in postNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java571 entry.setSbn(notification); in addNotificationInternal()
637 entry.setSbn(notification); in updateNotificationInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java878 return new NotificationEntryBuilder().setSbn(sbn).build(); in createBubbleEntry()