Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DRingtone.java77 private MediaPlayer mLocalPlayer; field in Ringtone
202 if (mLocalPlayer != null) { in applyPlaybackProperties_sync()
203 mLocalPlayer.setVolume(mVolume); in applyPlaybackProperties_sync()
204 mLocalPlayer.setLooping(mIsLooping); in applyPlaybackProperties_sync()
330 mLocalPlayer = new MediaPlayer(); in setUri()
332 mLocalPlayer.setDataSource(mContext, mUri); in setUri()
333 mLocalPlayer.setAudioAttributes(mAudioAttributes); in setUri()
338 mVolumeShaper = mLocalPlayer.createVolumeShaper(mVolumeShaperConfig); in setUri()
340 mLocalPlayer.prepare(); in setUri()
350 if (mLocalPlayer != null) { in setUri()
[all …]