Lines Matching defs:what
150 // used to track what type of audio focus loss caused the playback to pause
169 MusicUtils.debugLog("mMediaplayerHandler.handleMessage " + msg.what);
170 switch (msg.what) {
793 private void notifyChange(String what) {
795 Intent i = new Intent(what);
803 if (what.equals(PLAYSTATE_CHANGED)) {
806 } else if (what.equals(META_CHANGED)) {
819 if (what.equals(QUEUE_CHANGED)) {
826 mAppWidgetProvider.notifyChange(this, what);
1984 public boolean onError(MediaPlayer mp, int what, int extra) {
1985 switch (what) {
1997 Log.d("MultiPlayer", "Error: " + what + "," + extra);