Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java167 private static Notification getFirstActiveNotification(Context context, String group, in getFirstActiveNotification() method in AlarmNotifications
208 final Notification firstUpcoming = getFirstActiveNotification(context, UPCOMING_GROUP_KEY, in updateUpcomingAlarmGroupNotification()
243 final Notification firstMissed = getFirstActiveNotification(context, MISSED_GROUP_KEY, in updateMissedAlarmGroupNotification()
DAlarmNotifications.kt247 private fun getFirstActiveNotification( in getFirstActiveNotification() method
302 val firstUpcoming: Notification? = getFirstActiveNotification(context, UPCOMING_GROUP_KEY, in updateUpcomingAlarmGroupNotification()
346 val firstMissed: Notification? = getFirstActiveNotification(context, MISSED_GROUP_KEY, in updateMissedAlarmGroupNotification()