Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationCounters.java22 public class NotificationCounters { class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java32 import com.android.systemui.statusbar.notification.logging.NotificationCounters;
123 mMetricsLogger.count(NotificationCounters.BLOCKING_HELPER_SHOWN, 1); in perhapsShowBlockingHelper()
DExpandableNotificationRow.java87 import com.android.systemui.statusbar.notification.logging.NotificationCounters;
1438 Dependency.get(MetricsLogger.class).count(NotificationCounters.NOTIFICATION_DISMISSED, 1);