Home
last modified time | relevance | path

Searched refs:mNotifSection (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DGroupEntryBuilder.java33 private NotifSection mNotifSection; field in GroupEntryBuilder
41 ge.getAttachState().setSection(mNotifSection); in build()
71 mNotifSection = section; in setSection()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryBuilder.java57 private NotifSection mNotifSection; field in NotificationEntryBuilder
113 entry.getAttachState().setSection(mNotifSection); in buildOrApply()
130 mNotifSection = section; in setSection()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DPreparationCoordinatorTest.java104 @Mock private NotifSection mNotifSection; field in PreparationCoordinatorTest
119 return new NotificationEntryBuilder().setSection(mNotifSection); in getNotificationEntryBuilder()
134 when(mNotifSection.getSectioner()).thenReturn(mNotifSectioner); in setUp()
620 ? Collections.singleton(mNotifSection.getSectioner()) in setSectionIsLowPriority()