Searched refs:mGroupSummary (Results 1 – 1 of 1) sorted by relevance
75 private Notification mGroupSummary = null; field in NotificationTrampolineTestService178 if (mGroupSummary == null) { in postNotification()179 mGroupSummary = new Notification.Builder(this, NOTIFICATION_CHANNEL_ID) in postNotification()186 mNotificationManager.notify(GROUP_ID, mGroupSummary); in postNotification()