Home
last modified time | relevance | path

Searched refs:getActiveGroupSummaryNotification (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java188 private static Notification getActiveGroupSummaryNotification(Context context, String group) { in getActiveGroupSummaryNotification() method in AlarmNotifications
215 Notification summary = getActiveGroupSummaryNotification(context, UPCOMING_GROUP_KEY); in updateUpcomingAlarmGroupNotification()
250 Notification summary = getActiveGroupSummaryNotification(context, MISSED_GROUP_KEY); in updateMissedAlarmGroupNotification()
DAlarmNotifications.kt271 private fun getActiveGroupSummaryNotification(context: Context, group: String): Notification? { in getActiveGroupSummaryNotification() method
309 var summary: Notification? = getActiveGroupSummaryNotification(context, UPCOMING_GROUP_KEY) in updateUpcomingAlarmGroupNotification()
353 var summary: Notification? = getActiveGroupSummaryNotification(context, MISSED_GROUP_KEY) in updateMissedAlarmGroupNotification()