Searched refs:mLocalPlayer (Results 1 – 1 of 1) sorted by relevance
79 private MediaPlayer mLocalPlayer; field in Ringtone234 if (mLocalPlayer != null) { in applyPlaybackProperties_sync()235 mLocalPlayer.setVolume(mVolume); in applyPlaybackProperties_sync()236 mLocalPlayer.setLooping(mIsLooping); in applyPlaybackProperties_sync()238 mHapticGenerator = HapticGenerator.create(mLocalPlayer.getAudioSessionId()); in applyPlaybackProperties_sync()369 mLocalPlayer = new MediaPlayer(); in setUri()371 mLocalPlayer.setDataSource(mContext, mUri); in setUri()372 mLocalPlayer.setAudioAttributes(mAudioAttributes); in setUri()377 mVolumeShaper = mLocalPlayer.createVolumeShaper(mVolumeShaperConfig); in setUri()379 mLocalPlayer.prepare(); in setUri()[all …]