Searched refs:mSummaryNotification (Results 1 – 2 of 2) sorted by relevance
62 private AlertEntry mSummaryNotification; field in GroupNotificationViewHolder105 return mSummaryNotification; in getAlertEntry()128 mSummaryNotification = group.getGroupSummaryNotification(); in bind()131 mGroupHeaderView.bind(mSummaryNotification, /* isInGroup= */ false); in bind()
117 private Notification mSummaryNotification; field in PreprocessingManagerTest191 when(mSummaryStatusBarNotification.getNotification()).thenReturn(mSummaryNotification); in setup()201 when(mSummaryNotification.isGroupSummary()).thenReturn(true); in setup()