Searched refs:mLocalPlayer (Results 1 – 1 of 1) sorted by relevance
77 private MediaPlayer mLocalPlayer; field in Ringtone202 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 …]