Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputMetricLogger.java80 public void logOutputItemSuccess(String selectedDeviceType, List<MediaItem> deviceItemList) { in logOutputItemSuccess() method in MediaOutputMetricLogger
H A DMediaOutputController.java322 mMetricLogger.logOutputItemSuccess(device.toString(), new ArrayList<>(mMediaItemList)); in onSelectedDeviceStateChanged()