Searched refs:PLAYBACK_CAST_LOCAL (Results 1 – 11 of 11) sorted by relevance
107 const val PLAYBACK_CAST_LOCAL = 1 constant
53 MediaData.PLAYBACK_CAST_LOCAL -> MediaUiEvent.CAST_MEDIA_ADDED in logActiveMediaAdded()69 MediaData.PLAYBACK_CAST_LOCAL -> MediaUiEvent.TRANSFER_TO_CAST in logPlaybackLocationChange()
47 val REMOTE = MediaData.PLAYBACK_CAST_LOCAL
100 it.isPlaying == true && it.playbackLocation == MediaData.PLAYBACK_CAST_LOCAL in <lambda>()
236 val dataCast = data.copy(playbackLocation = MediaData.PLAYBACK_CAST_LOCAL) in capture()259 val dataCast = data.copy(playbackLocation = MediaData.PLAYBACK_CAST_LOCAL) in capture()
386 private const val REMOTE = MediaData.PLAYBACK_CAST_LOCAL
234 playbackLocation = MediaData.PLAYBACK_CAST_LOCAL, in testPlayerOrdering()258 playbackLocation = MediaData.PLAYBACK_CAST_LOCAL, in testPlayerOrdering()
839 data.copy(resumeAction = Runnable {}, playbackLocation = MediaData.PLAYBACK_CAST_LOCAL) in testOnNotificationRemoved_withResumption_butNotLocal()846 eq(MediaData.PLAYBACK_CAST_LOCAL) in testOnNotificationRemoved_withResumption_butNotLocal()868 data.copy(resumeAction = Runnable {}, playbackLocation = MediaData.PLAYBACK_CAST_LOCAL) in testOnNotificationRemoved_withResumption_isRemoteAndRemoteAllowed()1873 eq(MediaData.PLAYBACK_CAST_LOCAL) in testPlaybackLocationChange_isLogged()
854 else MediaData.PLAYBACK_CAST_LOCAL in <lambda>()
909 else MediaData.PLAYBACK_CAST_LOCAL in loadMediaDataInBg()
1643 it.data.playbackLocation == MediaData.PLAYBACK_CAST_LOCAL in <lambda>()