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

/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java36 * RemoteControlClient enables exposing information meant to be consumed by remote controls
42 * RemoteControlClient can be registered through
43 * {@link AudioManager#registerRemoteControlClient(RemoteControlClient)}.
45 * <p>Here is an example of creating a RemoteControlClient instance after registering a media
55 * RemoteControlClient myRemoteControlClient = new RemoteControlClient(mediaPendingIntent);
60 @Deprecated public class RemoteControlClient class
62 private final static String TAG = "RemoteControlClient";
66 * Playback state of a RemoteControlClient which is stopped.
72 * Playback state of a RemoteControlClient whic
350 public RemoteControlClient(PendingIntent mediaButtonIntent) { method in class:RemoteControlClient
369 public RemoteControlClient(PendingIntent mediaButtonIntent, Looper looper) { method in class:RemoteControlClient
[all...]

Completed in 45 milliseconds