Searched refs:NotificationCounters (Results 1 – 4 of 4) sorted by relevance
69 import com.android.systemui.statusbar.notification.logging.NotificationCounters;146 private String mExitReason = NotificationCounters.BLOCKING_HELPER_DISMISSED;150 mExitReason = NotificationCounters.BLOCKING_HELPER_KEEP_SHOWING;157 mExitReason = NotificationCounters.BLOCKING_HELPER_DELIVER_SILENTLY;170 mExitReason = NotificationCounters.BLOCKING_HELPER_KEEP_SHOWING;204 mExitReason = NotificationCounters.BLOCKING_HELPER_DISMISSED;206 logBlockingHelperCounter(NotificationCounters.BLOCKING_HELPER_UNDO);440 NotificationCounters.BLOCKING_HELPER_NOTIF_SETTINGS); in getSettingsOnClickListener()524 || mExitReason != NotificationCounters.BLOCKING_HELPER_STOP_NOTIFICATIONS) {608 mExitReason = NotificationCounters.BLOCKING_HELPER_DELIVER_SILENTLY;[all …]
33 import com.android.systemui.statusbar.notification.logging.NotificationCounters;119 .count(NotificationCounters.BLOCKING_HELPER_SHOWN, 1); in perhapsShowBlockingHelper()
91 import com.android.systemui.statusbar.notification.logging.NotificationCounters;1432 Dependency.get(MetricsLogger.class).count(NotificationCounters.NOTIFICATION_DISMISSED, 1);
22 public class NotificationCounters { class