Searched refs:mNotifSection (Results 1 – 3 of 3) sorted by relevance
33 private NotifSection mNotifSection; field in GroupEntryBuilder41 ge.getAttachState().setSection(mNotifSection); in build()71 mNotifSection = section; in setSection()
57 private NotifSection mNotifSection; field in NotificationEntryBuilder113 entry.getAttachState().setSection(mNotifSection); in buildOrApply()130 mNotifSection = section; in setSection()
104 @Mock private NotifSection mNotifSection; field in PreparationCoordinatorTest119 return new NotificationEntryBuilder().setSection(mNotifSection); in getNotificationEntryBuilder()134 when(mNotifSection.getSectioner()).thenReturn(mNotifSectioner); in setUp()620 ? Collections.singleton(mNotifSection.getSectioner()) in setSectionIsLowPriority()