Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/usage/
H A DBroadcastResponseStats.java153 public void incrementNotificationsPostedCount(@IntRange(from = 0) int count) { in incrementNotificationsPostedCount() method in BroadcastResponseStats
170 incrementNotificationsPostedCount(stats.getNotificationsPostedCount()); in addCounts()
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DBroadcastResponseStatsTracker.java202 responseStats.incrementNotificationsPostedCount(1); in reportNotificationEvent()