Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/spa/notification/
DAppNotificationRepository.kt142 return calculateFrequencySummary(getSentCount(app)) in getNotificationSummary()
148 val frequencySummary = calculateFrequencySummary(getSentCount(app)) in getNotificationSummary()
159 private fun getSentCount(app: ApplicationInfo): Int { in getSentCount() method