Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileImpl.java301 mUiEventLogger.logWithInstanceId(QSEvent.QS_ACTION_CLICK, 0, getMetricsSpec(), in click()
315 mUiEventLogger.logWithInstanceId(QSEvent.QS_ACTION_SECONDARY_CLICK, 0, getMetricsSpec(), in secondaryClick()
328 mUiEventLogger.logWithInstanceId(QSEvent.QS_ACTION_LONG_PRESS, 0, getMetricsSpec(), in longClick()
546 public String getMetricsSpec() { in getMetricsSpec() method in QSTileImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickQSPanel.java241 tile.getMetricsSpec(), tile.getInstanceId()); in setListening()
H A DPagedTileLayout.java202 mUiEventLogger.logWithInstanceId(QSEvent.QS_TILE_VISIBLE, 0, t.getMetricsSpec(), in logVisibleTiles()
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java106 default String getMetricsSpec() { in getMetricsSpec() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java492 public final String getMetricsSpec() { in getMetricsSpec() method in CustomTile