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

/frameworks/base/media/java/android/media/
H A DRingtone.java63 private MediaPlayer mLocalPlayer; field in class:Ringtone
185 mLocalPlayer = new MediaPlayer();
187 mLocalPlayer.setDataSource(mContext, mUri);
188 mLocalPlayer.setAudioStreamType(mStreamType);
189 mLocalPlayer.prepare();
204 if (mLocalPlayer != null) {
221 if (mLocalPlayer != null) {
225 mLocalPlayer.start();
243 if (mLocalPlayer != null) {
255 if (mLocalPlayer !
[all...]

Completed in 37 milliseconds