Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.kt346 val firstMissed: Notification? = getFirstActiveNotification(context, MISSED_GROUP_KEY, in updateMissedAlarmGroupNotification() constant
348 if (firstMissed == null) { in updateMissedAlarmGroupNotification()
355 summary.contentIntent != firstMissed.contentIntent) { in updateMissedAlarmGroupNotification()
365 .setContentIntent(firstMissed.contentIntent) in updateMissedAlarmGroupNotification()