Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputController.java151 MediaOutputMetricLogger mMetricLogger; field in MediaOutputController
198 mMetricLogger = new MediaOutputMetricLogger(mContext, mPackageName); in MediaOutputController()
322 mMetricLogger.logOutputItemSuccess(device.toString(), new ArrayList<>(mMediaItemList)); in onSelectedDeviceStateChanged()
333 mMetricLogger.logOutputItemFailure(new ArrayList<>(mMediaItemList), reason); in onRequestFailed()
769 mMetricLogger.updateOutputEndPoints(getCurrentConnectedMediaDevice(), device); in connectDevice()
785 mMetricLogger.logInteractionExpansion(device); in addDeviceToPlayMedia()
822 mMetricLogger.logInteractionStopCasting(); in releaseSession()
843 mMetricLogger.logInteractionAdjustVolume(device); in logInteractionAdjustVolume()
847 mMetricLogger.logInteractionMute(device); in logInteractionMuteDevice()
851 mMetricLogger.logInteractionUnmute(device); in logInteractionUnmuteDevice()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputControllerTest.java637 mMediaOutputController.mMetricLogger); in logInteractionAdjustVolume_triggersFromMetricLogger()
638 mMediaOutputController.mMetricLogger = spyMediaOutputMetricLogger; in logInteractionAdjustVolume_triggersFromMetricLogger()