Searched refs:ACTION_SEND_MESSAGE (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaControlIntent.java916 public static final String ACTION_SEND_MESSAGE = "android.media.intent.action.SEND_MESSAGE"; field in class:MediaControlIntent
1177 * Used with {@link #ACTION_SEND_MESSAGE}, and included in broadcast intents sent to
H A DRemotePlaybackClient.java173 * {@link MediaControlIntent#ACTION_SEND_MESSAGE send message},
570 * Please refer to {@link MediaControlIntent#ACTION_SEND_MESSAGE} for
580 * @see MediaControlIntent#ACTION_SEND_MESSAGE
587 Intent intent = new Intent(MediaControlIntent.ACTION_SEND_MESSAGE);
803 if (filter.hasAction(MediaControlIntent.ACTION_SEND_MESSAGE)) {

Completed in 2678 milliseconds