Home | History | Annotate | Download | only in music

Lines Matching full:whereto

2012         public long seek(long whereto) {
2013 mCurrentMediaPlayer.seekTo((int) whereto);
2014 return whereto;