Home
last modified time | relevance | path

Searched refs:setSection (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DDataStoreCoordinatorTest.kt58 entry = NotificationEntryBuilder().setSection(section).build()
87 ).setSection(section).build(),
108 NotificationEntryBuilder().setPkg(pkg).setId(id).setSection(section).build()
H A DRowAppearanceCoordinatorTest.kt79 entry1 = NotificationEntryBuilder().setSection(section1).setLastAudiblyAlertedMs(17).build()
80 entry2 = NotificationEntryBuilder().setSection(section2).build()
H A DConversationCoordinatorTest.kt109 .setSection(section).setTag("A").build()
111 .setSection(section).setTag("B").build()
H A DStackCoordinatorTest.kt66 entry = NotificationEntryBuilder().setSection(section).build()
H A DPreparationCoordinatorTest.java119 return new NotificationEntryBuilder().setSection(mNotifSection); in getNotificationEntryBuilder()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DGroupEntryBuilder.java41 ge.getAttachState().setSection(mNotifSection); in build()
70 public GroupEntryBuilder setSection(@Nullable NotifSection section) { in setSection() method in GroupEntryBuilder
H A DShadeListBuilderTest.java2402 .setSection(section) in assertOrder()
2409 .setSection(section) in assertOrder()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryBuilder.java113 entry.getAttachState().setSection(mNotifSection); in buildOrApply()
129 public NotificationEntryBuilder setSection(@Nullable NotifSection section) { in setSection() method in NotificationEntryBuilder
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotifUiAdjustmentProviderTest.kt61 .setSection(section)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java1330 entry.getAttachState().getSuppressedChanges().setSection(newSection); in applySections()
1342 entry.getAttachState().setSection(finalSection); in setEntrySection()
1345 representativeEntry.getAttachState().setSection(finalSection); in setEntrySection()