Searched refs:mNotifSectioner (Results 1 – 2 of 2) sorted by relevance
50 return mNotifSectioner; in getSectioner()57 private final NotifSectioner mNotifSectioner = new NotifSectioner("ColorizedSectioner", field in ColorizedFgsCoordinator
106 @Mock private NotifSectioner mNotifSectioner; field in PreparationCoordinatorTest145 when(mNotifSection.getSectioner()).thenReturn(mNotifSectioner); in setUp()