Searched refs:mMetricLogger (Results 1 – 2 of 2) sorted by relevance
158 MediaOutputMetricLogger mMetricLogger; field in MediaOutputController213 mMetricLogger = new MediaOutputMetricLogger(mContext, mPackageName); in MediaOutputController()349 mMetricLogger.logOutputItemSuccess(device.toString(), new ArrayList<>(mMediaItemList)); in onSelectedDeviceStateChanged()360 mMetricLogger.logOutputItemFailure(new ArrayList<>(mMediaItemList), reason); in onRequestFailed()810 mMetricLogger.updateOutputEndPoints(getCurrentConnectedMediaDevice(), device); in connectDevice()826 mMetricLogger.logInteractionExpansion(device); in addDeviceToPlayMedia()863 mMetricLogger.logInteractionStopCasting(); in releaseSession()878 mMetricLogger.logInteractionAdjustVolume(device); in logInteractionAdjustVolume()882 mMetricLogger.logInteractionMute(device); in logInteractionMuteDevice()886 mMetricLogger.logInteractionUnmute(device); in logInteractionUnmuteDevice()
740 mMediaOutputController.mMetricLogger); in logInteractionAdjustVolume_triggersFromMetricLogger()741 mMediaOutputController.mMetricLogger = spyMediaOutputMetricLogger; in logInteractionAdjustVolume_triggersFromMetricLogger()