/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationEntryHelper.java | 62 mTarget.setSbn(sbn); in build()
|
D | AlertingNotificationManagerTest.java | 134 .setSbn(mSbn) in setUp() 189 .setSbn(sbn) in testReleaseAllImmediately()
|
D | NotificationRemoteInputManagerTest.java | 210 .setSbn(newSbn) in testRebuildWithRemoteInput_withExistingInput() 233 .setSbn(newSbn) in testRebuildWithRemoteInput_withExistingInput_image()
|
D | SmartReplyControllerTest.java | 108 .setSbn(mSbn) in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ForegroundServiceControllerTest.java | 555 .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/ |
D | PartialConversationInfoTest.java | 161 mEntry = new NotificationEntryBuilder().setSbn(mSbn).build(); in setUp() 228 NotificationEntry entry = new NotificationEntryBuilder().setSbn(mSbn).build(); in testBindNotification_delegate()
|
D | NotificationConversationInfoTest.java | 215 mEntry = new NotificationEntryBuilder().setSbn(mSbn).setShortcutInfo(mShortcutInfo).build(); in setUp() 224 .setSbn(mBubbleSbn) in setUp() 399 .setSbn(mSbn) in testBindNotification_delegate()
|
D | NotificationInfoTest.java | 166 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/ |
D | AppOpsCoordinatorTest.java | 190 .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/ |
D | NotificationGroupAlertTransferHelperTest.java | 283 childEntry.setSbn(newSbn); in testUpdateGroupChangeDoesNotTransfer() 305 childEntry.setSbn( in testUpdateChildToSummaryDoesNotTransfer()
|
D | HeadsUpManagerPhoneTest.java | 138 .setSbn(createNewNotification(1)) in testCanRemoveImmediately_notTopEntry()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryBuilder.java | 91 public NotificationEntryBuilder setSbn(@Nullable StatusBarNotification sbn) { in setSbn() method in NotificationEntryBuilder
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 207 setSbn(sbn); in NotificationEntry() 235 public void setSbn(@NonNull StatusBarNotification sbn) { in setSbn() method in NotificationEntry
|
D | NotifCollection.java | 435 entry.setSbn(sbn); in postNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 571 entry.setSbn(notification); in addNotificationInternal() 637 entry.setSbn(notification); in updateNotificationInternal()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleDataTest.java | 878 return new NotificationEntryBuilder().setSbn(sbn).build(); in createBubbleEntry()
|