Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
DHeadsUpManagerTestUtil.java64 return new NotificationEntryBuilder().setSbn(createSbn(id, n)).build(); in createEntry()
68 return new NotificationEntryBuilder().setSbn( in createEntry()
DBaseHeadsUpManagerTest.java577 .setSbn(HeadsUpManagerTestUtil.createSbn(/* id = */ 0, in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput()
599 .setSbn(HeadsUpManagerTestUtil.createSbn(/* id = */ 0, in testAlertEntryCompareTo_incomingCallLessThanActiveRemoteInput()
DAvalancheControllerTest.kt99 .setSbn(HeadsUpManagerTestUtil.createSbn(id, Notification.Builder(mContext, ""))) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java314 .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/
DNotificationEntryHelper.java62 mTarget.setSbn(sbn); in build()
DRemoteInputNotificationRebuilderTest.java126 .setSbn(newSbn) in testRebuildWithRemoteInput_withExistingInput()
149 .setSbn(newSbn) in testRebuildWithRemoteInput_withExistingInput_image()
DSmartReplyControllerTest.java111 .setSbn(mSbn) in setUp()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java123 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/
DPartialConversationInfoTest.java152 mEntry = new NotificationEntryBuilder().setSbn(mSbn).build(); in setUp()
216 NotificationEntry entry = new NotificationEntryBuilder().setSbn(mSbn).build(); in testBindNotification_delegate()
DExpandableNotificationRowControllerTest.kt156 whenever(view.entry).thenReturn(NotificationEntryBuilder().setSbn(sbn).build()) in setUp()
290 NotificationEntryBuilder().setSbn(sbn).setUser(UserHandle.of(USER_ALL)).build() in settingsListener_userAll()
DNotificationInfoTest.java166 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()
DFeedbackInfoTest.java236 .setSbn(mSbn) in getEntry()
DNotificationConversationInfoTest.java213 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/
DNotificationGroupTestHelper.java116 entry.setSbn(new SbnBuilder(oldSbn) in incrementPost()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackControllerTest.java163 .setSbn(mSbn) in getEntry()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DGroupWhenCoordinatorTest.kt231 return NotificationEntryBuilder().setId(id).setSbn(sbn).build() in buildNotificationEntry()
DRankingCoordinatorTest.java322 mEntry.setSbn(new SbnBuilder(mEntry.getSbn()) in setSbnClearable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java260 setSbn(sbn); in NotificationEntry()
286 public void setSbn(@NonNull StatusBarNotification sbn) { in setSbn() method in NotificationEntry
DNotifCollection.java534 entry.setSbn(sbn); in postNotification()
1023 entry.setSbn(sbn); in updateNotificationInternally()