Searched refs:getActiveGroupSummaryNotification (Results 1 – 2 of 2) sorted by relevance
188 private static Notification getActiveGroupSummaryNotification(Context context, String group) { in getActiveGroupSummaryNotification() method in AlarmNotifications215 Notification summary = getActiveGroupSummaryNotification(context, UPCOMING_GROUP_KEY); in updateUpcomingAlarmGroupNotification()250 Notification summary = getActiveGroupSummaryNotification(context, MISSED_GROUP_KEY); in updateMissedAlarmGroupNotification()
271 private fun getActiveGroupSummaryNotification(context: Context, group: String): Notification? { in getActiveGroupSummaryNotification() method309 var summary: Notification? = getActiveGroupSummaryNotification(context, UPCOMING_GROUP_KEY) in updateUpcomingAlarmGroupNotification()353 var summary: Notification? = getActiveGroupSummaryNotification(context, MISSED_GROUP_KEY) in updateMissedAlarmGroupNotification()