Searched defs:RemoteControlClient (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java41 * RemoteControlClient enables exposing information meant to be consumed by remote controls
47 * RemoteControlClient can be registered through
48 * {@link AudioManager#registerRemoteControlClient(RemoteControlClient)}.
50 * <p>Here is an example of creating a RemoteControlClient instance after registering a media
60 * RemoteControlClient myRemoteControlClient = new RemoteControlClient(mediaPendingIntent);
63 public class RemoteControlClient class
65 private final static String TAG = "RemoteControlClient";
68 * Playback state of a RemoteControlClient which is stopped.
74 * Playback state of a RemoteControlClient whic
320 public RemoteControlClient(PendingIntent mediaButtonIntent) { method in class:RemoteControlClient
349 public RemoteControlClient(PendingIntent mediaButtonIntent, Looper looper) { method in class:RemoteControlClient
[all...]

Completed in 35 milliseconds