Home
last modified time | relevance | path

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

/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/actuators/
DMediaActuator.java67 private MediaSource mCurrentSource; field in MediaActuator
226 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()
/packages/apps/ThemePicker/src/com/android/customization/model/color/
DColorCustomizationManager.java86 @ColorSource private String mCurrentSource; field in ColorCustomizationManager
125 + 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()