@Override
 public int getCurrentPosition() {
   if (musicService != null && musicBound && musicService.isPng()) {
     return musicService.getPosn();
   } else {
     return 0;
   }
 }