Searched refs:mMetricLogger (Results 1 – 2 of 2) sorted by relevance
151 MediaOutputMetricLogger mMetricLogger; field in MediaOutputController198 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()
637 mMediaOutputController.mMetricLogger); in logInteractionAdjustVolume_triggersFromMetricLogger()638 mMediaOutputController.mMetricLogger = spyMediaOutputMetricLogger; in logInteractionAdjustVolume_triggersFromMetricLogger()