Searched refs:mCurrentSource (Results 1 – 2 of 2) sorted by relevance
67 private MediaSource mCurrentSource; field in MediaActuator226 return executePlaybackAction(mMediaController, mCurrentSource, in playSongOnDefault()238 CharSequence displayName = mCurrentSource.getDisplayName(mContext); in informCurrentSong()257 return executePlaybackAction(mMediaController, mCurrentSource, in stopCurrentSource()265 return executePlaybackAction(mMediaController, mCurrentSource, in pauseCurrentSource()273 return executePlaybackAction(mMediaController, mCurrentSource, in playCurrentSource()313 mCurrentSource = newComponent != null ? MediaSource.create(mContext, newComponent) : null; in onMediaSourceChanged()319 mBrowserConnector.connectTo(mCurrentSource); in onMediaSourceChanged()
86 @ColorSource private String mCurrentSource; field in ColorCustomizationManager125 + mCurrentSource + " to null"); in ColorCustomizationManager()128 mCurrentSource = null; in ColorCustomizationManager()262 if (mCurrentSource == null) { in getCurrentColorSource()265 return mCurrentSource; in getCurrentColorSource()286 mCurrentSource = allSettings.remove(OVERLAY_COLOR_SOURCE); in parseSettings()