Searched refs:NotificationCounters (Results 1 – 4 of 4) sorted by relevance
57 import com.android.systemui.statusbar.notification.NotificationCounters;97 private String mExitReason = NotificationCounters.BLOCKING_HELPER_DISMISSED;100 mExitReason = NotificationCounters.BLOCKING_HELPER_KEEP_SHOWING;105 mExitReason = NotificationCounters.BLOCKING_HELPER_STOP_NOTIFICATIONS;111 mExitReason = NotificationCounters.BLOCKING_HELPER_DISMISSED;112 logBlockingHelperCounter(NotificationCounters.BLOCKING_HELPER_UNDO);255 NotificationCounters.BLOCKING_HELPER_NOTIF_SETTINGS); in bindHeader()306 && NotificationCounters.BLOCKING_HELPER_STOP_NOTIFICATIONS.equals( in saveImportance()
29 import com.android.systemui.statusbar.notification.NotificationCounters;104 .count(NotificationCounters.BLOCKING_HELPER_SHOWN, 1); in perhapsShowBlockingHelper()
80 import com.android.systemui.statusbar.notification.NotificationCounters;1269 Dependency.get(MetricsLogger.class).count(NotificationCounters.NOTIFICATION_DISMISSED, 1);
22 public class NotificationCounters { class