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/
DNotificationInfo.java57 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()
DNotificationBlockingHelperManager.java29 import com.android.systemui.statusbar.notification.NotificationCounters;
104 .count(NotificationCounters.BLOCKING_HELPER_SHOWN, 1); in perhapsShowBlockingHelper()
DExpandableNotificationRow.java80 import com.android.systemui.statusbar.notification.NotificationCounters;
1269 Dependency.get(MetricsLogger.class).count(NotificationCounters.NOTIFICATION_DISMISSED, 1);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationCounters.java22 public class NotificationCounters { class