Searched defs:mLocalPlayer (Results 1 - 1 of 1) sorted by path

/frameworks/base/media/java/android/media/
H A DRingtone.java74 private MediaPlayer mLocalPlayer; field in class:Ringtone
179 if (mLocalPlayer != null) {
180 mLocalPlayer.setVolume(mVolume);
181 mLocalPlayer.setLooping(mIsLooping);
295 mLocalPlayer = new MediaPlayer();
297 mLocalPlayer.setDataSource(mContext, mUri);
298 mLocalPlayer.setAudioAttributes(mAudioAttributes);
302 mLocalPlayer.prepare();
312 if (mLocalPlayer != null) {
329 if (mLocalPlayer !
[all...]

Completed in 62 milliseconds