Searched refs:getFirstActiveNotification (Results 1 – 2 of 2) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmNotifications.java | 167 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()
|
D | AlarmNotifications.kt | 247 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()
|