Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java153 static final String COUNTER_PANEL_OPEN_QS = "panel_open_qs"; field in NotificationPanelView
1311 MetricsLogger.count(mContext, COUNTER_PANEL_OPEN_QS, 1); in handleQsTouch()
DStatusBar.java1875 mMetricsLogger.count(NotificationPanelView.COUNTER_PANEL_OPEN_QS, 1); in handleSystemKey()