Home
last modified time | relevance | path

Searched refs:getMetricsSpec (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileImpl.java292 mUiEventLogger.logWithInstanceId(QSEvent.QS_ACTION_CLICK, 0, getMetricsSpec(), in click()
304 mUiEventLogger.logWithInstanceId(QSEvent.QS_ACTION_SECONDARY_CLICK, 0, getMetricsSpec(), in secondaryClick()
316 mUiEventLogger.logWithInstanceId(QSEvent.QS_ACTION_LONG_PRESS, 0, getMetricsSpec(), in longClick()
575 public String getMetricsSpec() { in getMetricsSpec() method in QSTileImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickQSPanel.java217 tile.getMetricsSpec(), tile.getInstanceId()); in setListening()
H A DPagedTileLayout.java177 mUiEventLogger.logWithInstanceId(QSEvent.QS_TILE_VISIBLE, 0, t.getMetricsSpec(), in logVisibleTiles()
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java100 default String getMetricsSpec() { in getMetricsSpec() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java449 public final String getMetricsSpec() { in getMetricsSpec() method in CustomTile