/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManagerTest.java | 105 .setSbn(createNewSbn(0, in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput() 113 .setSbn(createNewNotification(1)) in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput() 127 .setSbn(createNewSbn(0, in testAlertEntryCompareTo_incomingCallLessThanActiveRemoteInput() 135 .setSbn(createNewNotification(1)) in testAlertEntryCompareTo_incomingCallLessThanActiveRemoteInput() 151 .setSbn(createNewSbn(0, in testPinEntry_logsPeek()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetManagerTest.java | 308 .setSbn(createNotification( in setUp() 414 .setSbn(sbn) in testDoNotUpdateAppWidgetIfNoWidgets() 435 .setSbn(new SbnBuilder() in testDoNotUpdateAppWidgetIfNoShortcutInfo() 456 .setSbn(sbnWithoutPackageName) in testDoNotUpdateAppWidgetIfNoPackage() 505 .setSbn(sbn) in testDoNotUpdateNotificationPostedIfDifferentShortcutId() 524 .setSbn(sbnWithDifferentPackageName) in testDoNotUpdateNotificationPostedIfDifferentPackageName() 540 .setSbn(sbn) in testDoNotUpdateNotificationRemovedIfDifferentShortcutId() 561 .setSbn(sbnWithDifferentPackageName) in testDoNotUpdateNotificationRemovedIfDifferentPackageName() 631 .setSbn(createNotification( in testUpdateNotificationPostedIfExistingTile() 654 .setSbn(createNotification( in testUpdateNotificationPostedOnTwoExistingTiles() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationEntryHelper.java | 62 mTarget.setSbn(sbn); in build()
|
D | AlertingNotificationManagerTest.java | 138 .setSbn(mSbn) in setUp() 193 .setSbn(sbn) in testReleaseAllImmediately()
|
D | NotificationRemoteInputManagerTest.java | 211 .setSbn(newSbn) in testRebuildWithRemoteInput_withExistingInput() 234 .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 | 458 .setSbn(makeMockFgSBN(0, TEST_PACKAGE_NAME, 1000, true)) in createFgEntry() 466 .setSbn(notification) in entryRemoved() 475 .setSbn(notification) in entryAdded() 483 .setSbn(notification) in entryUpdated()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryBuilder.java | 98 entry.setSbn(sbn); in buildOrApply() 120 public NotificationEntryBuilder setSbn(@Nullable StatusBarNotification sbn) { in setSbn() method in NotificationEntryBuilder
|
/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 | FeedbackInfoTest.java | 223 .setSbn(mSbn) in getEntry()
|
D | NotificationConversationInfoTest.java | 209 mEntry = new NotificationEntryBuilder().setSbn(mSbn).setShortcutInfo(mShortcutInfo).build(); in setUp() 219 .setSbn(mBubbleSbn) in setUp() 400 .setSbn(mSbn) in testBindNotification_delegate()
|
D | NotificationInfoTest.java | 165 mEntry = new NotificationEntryBuilder().setSbn(mSbn).build(); in setUp() 252 NotificationEntry entry = new NotificationEntryBuilder().setSbn(mSbn).build(); in testBindNotification_delegate()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpManagerPhoneTest.java | 138 .setSbn(createNewNotification(1)) in testCanRemoveImmediately_notTopEntry()
|
D | NotificationGroupAlertTransferHelperTest.java | 298 childEntry.setSbn(newSbn); in testUpdateGroupChangeDoesNotTransfer() 319 childEntry.setSbn( in testUpdateChildToSummaryDoesNotTransfer()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | AssistantFeedbackControllerTest.java | 146 .setSbn(mSbn) in getEntry()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 213 setSbn(sbn); in NotificationEntry() 241 public void setSbn(@NonNull StatusBarNotification sbn) { in setSbn() method in NotificationEntry
|
D | NotifCollection.java | 440 entry.setSbn(sbn); in postNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 618 entry.setSbn(notification); in addNotificationInternal() 681 entry.setSbn(notification); in updateNotificationInternal()
|