Home
last modified time | relevance | path

Searched defs:isGroupSummary (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.kt229 private fun isGroupSummary(n: Notification): Boolean { in isGroupSummary() method
DAlarmNotifications.java149 private static boolean isGroupSummary(Notification n) { in isGroupSummary() method in AlarmNotifications