Home | History | Annotate | Download | only in music

Lines Matching full:what

143     // used to track what type of audio focus loss caused the playback to pause
164 MusicUtils.debugLog("mMediaplayerHandler.handleMessage " + msg.what);
165 switch (msg.what) {
489 // also starts playback. What could happen in that case is:
733 private void notifyChange(String what) {
735 Intent i = new Intent(what);
742 if (what.equals(QUEUE_CHANGED)) {
749 mAppWidgetProvider.notifyChange(this, what);
1800 public boolean onError(MediaPlayer mp, int what, int extra) {
1801 switch (what) {
1813 Log.d("MultiPlayer", "Error: " + what + "," + extra);