Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java69 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 …]
DNotificationBlockingHelperManager.java33 import com.android.systemui.statusbar.notification.logging.NotificationCounters;
119 .count(NotificationCounters.BLOCKING_HELPER_SHOWN, 1); in perhapsShowBlockingHelper()
DExpandableNotificationRow.java91 import com.android.systemui.statusbar.notification.logging.NotificationCounters;
1432 Dependency.get(MetricsLogger.class).count(NotificationCounters.NOTIFICATION_DISMISSED, 1);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationCounters.java22 public class NotificationCounters { class