Home | History | Annotate | Download | only in media

Lines Matching defs:msg

35         Bundle msg = new Bundle();
37 msg.putString("ButtonPressed", "Play");
39 msg.putString("ButtonPressed", "Pause");
41 msg.putString("ButtonPressed", "PlayPause");
43 msg.putString("ButtonPressed", "Stop");
45 msg.putString("ButtonPressed", "Next");
47 msg.putString("ButtonPressed", "Previous");
49 msg.putString("ButtonPressed", "Forward");
51 msg.putString("ButtonPressed", "Rewind");
54 + msg.getString("ButtonPressed"));
55 this.mEventFacade.postEvent("MediaButton", msg);