/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManagerTestUtil.java | 64 return new NotificationEntryBuilder().setSbn(createSbn(id, n)).build(); in createEntry() 68 return new NotificationEntryBuilder().setSbn( in createEntry()
|
D | BaseHeadsUpManagerTest.java | 577 .setSbn(HeadsUpManagerTestUtil.createSbn(/* id = */ 0, in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput() 599 .setSbn(HeadsUpManagerTestUtil.createSbn(/* id = */ 0, in testAlertEntryCompareTo_incomingCallLessThanActiveRemoteInput()
|
D | AvalancheControllerTest.kt | 99 .setSbn(HeadsUpManagerTestUtil.createSbn(id, Notification.Builder(mContext, ""))) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetManagerTest.java | 314 .setSbn(createNotification( in setUp() 426 .setSbn(sbn) in testDoNotUpdateAppWidgetIfNoWidgets() 447 .setSbn(new SbnBuilder() in testDoNotUpdateAppWidgetIfNoShortcutInfo() 468 .setSbn(sbnWithoutPackageName) in testDoNotUpdateAppWidgetIfNoPackage() 536 .setSbn(sbn) in testDoNotUpdateNotificationPostedIfDifferentShortcutId() 555 .setSbn(sbnWithDifferentPackageName) in testDoNotUpdateNotificationPostedIfDifferentPackageName() 571 .setSbn(sbn) in testDoNotUpdateNotificationRemovedIfDifferentShortcutId() 592 .setSbn(sbnWithDifferentPackageName) in testDoNotUpdateNotificationRemovedIfDifferentPackageName() 662 .setSbn(createNotification( in testUpdateNotificationPostedIfExistingTile() 685 .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 | RemoteInputNotificationRebuilderTest.java | 126 .setSbn(newSbn) in testRebuildWithRemoteInput_withExistingInput() 149 .setSbn(newSbn) in testRebuildWithRemoteInput_withExistingInput_image()
|
D | SmartReplyControllerTest.java | 111 .setSbn(mSbn) in setUp()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryBuilder.java | 123 entry.setSbn(sbn); in buildOrApply() 155 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 | 152 mEntry = new NotificationEntryBuilder().setSbn(mSbn).build(); in setUp() 216 NotificationEntry entry = new NotificationEntryBuilder().setSbn(mSbn).build(); in testBindNotification_delegate()
|
D | ExpandableNotificationRowControllerTest.kt | 156 whenever(view.entry).thenReturn(NotificationEntryBuilder().setSbn(sbn).build()) in setUp() 290 NotificationEntryBuilder().setSbn(sbn).setUser(UserHandle.of(USER_ALL)).build() in settingsListener_userAll()
|
D | NotificationInfoTest.java | 166 mEntry = new NotificationEntryBuilder().setSbn(mSbn).build(); in setUp() 253 NotificationEntry entry = new NotificationEntryBuilder().setSbn(mSbn).build(); in testBindNotification_delegate() 576 mEntry.setSbn(mSbn); in testBindNotification_whenCurrentlyInCall() 619 mEntry.setSbn(mSbn); in testBindNotification_whenCurrentlyInCall_notCall()
|
D | FeedbackInfoTest.java | 236 .setSbn(mSbn) in getEntry()
|
D | NotificationConversationInfoTest.java | 213 mEntry = new NotificationEntryBuilder().setSbn(mSbn).setShortcutInfo(mShortcutInfo).build(); in setUp() 223 .setSbn(mBubbleSbn) in setUp() 404 .setSbn(mSbn) in testBindNotification_delegate()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupTestHelper.java | 116 entry.setSbn(new SbnBuilder(oldSbn) in incrementPost()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | AssistantFeedbackControllerTest.java | 163 .setSbn(mSbn) in getEntry()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | GroupWhenCoordinatorTest.kt | 231 return NotificationEntryBuilder().setId(id).setSbn(sbn).build() in buildNotificationEntry()
|
D | RankingCoordinatorTest.java | 322 mEntry.setSbn(new SbnBuilder(mEntry.getSbn()) in setSbnClearable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 260 setSbn(sbn); in NotificationEntry() 286 public void setSbn(@NonNull StatusBarNotification sbn) { in setSbn() method in NotificationEntry
|
D | NotifCollection.java | 534 entry.setSbn(sbn); in postNotification() 1023 entry.setSbn(sbn); in updateNotificationInternally()
|