Searched refs:firstMissed (Results 1 – 2 of 2) sorted by relevance
243 final Notification firstMissed = getFirstActiveNotification(context, MISSED_GROUP_KEY, in updateMissedAlarmGroupNotification() local245 if (firstMissed == null) { in updateMissedAlarmGroupNotification()252 || !Objects.equals(summary.contentIntent, firstMissed.contentIntent)) { in updateMissedAlarmGroupNotification()256 .setContentIntent(firstMissed.contentIntent) in updateMissedAlarmGroupNotification()
346 val firstMissed: Notification? = getFirstActiveNotification(context, MISSED_GROUP_KEY, in updateMissedAlarmGroupNotification() constant348 if (firstMissed == null) { in updateMissedAlarmGroupNotification()355 summary.contentIntent != firstMissed.contentIntent) { in updateMissedAlarmGroupNotification()365 .setContentIntent(firstMissed.contentIntent) in updateMissedAlarmGroupNotification()