Home
last modified time | relevance | path

Searched refs:BLOCKING_HELPER_SHOWN (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationCounters.java27 public static final String BLOCKING_HELPER_SHOWN = "blocking_helper_shown"; field in NotificationCounters
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java119 .count(NotificationCounters.BLOCKING_HELPER_SHOWN, 1); in perhapsShowBlockingHelper()