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/shade/
DQuickSettingsControllerImpl.java24 import static com.android.systemui.shade.NotificationPanelViewController.COUNTER_PANEL_OPEN_QS;
1656 mMetricsLogger.count(COUNTER_PANEL_OPEN_QS, 1); in handleTouch()
DNotificationPanelViewController.java287 public static final String COUNTER_PANEL_OPEN_QS = "panel_open_qs"; field in NotificationPanelViewController