private void m()
 {
   t = m.getCurrentPosition();
   if (J.hasMessages(7)) {
     J.removeMessages(7);
   }
   if (J.hasMessages(9)) {
     J.removeMessages(9);
   }
   if (b.getVisibility() == 0) {
     b.setVisibility(8);
   }
   new Thread(new jw(this)).start();
 }
 public void onSaveInstanceState(Bundle paramBundle)
 {
   t = m.getCurrentPosition();
   paramBundle.putInt("playback_position", t);
 }