OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemoteControlClient
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/java/android/media/
RemoteControlClient.java
38
*
RemoteControlClient
enables exposing information meant to be consumed by remote controls
44
*
RemoteControlClient
can be registered through
45
* {@link AudioManager#registerRemoteControlClient(
RemoteControlClient
)}.
47
* <p>Here is an example of creating a
RemoteControlClient
instance after registering a media
57
*
RemoteControlClient
myRemoteControlClient = new
RemoteControlClient
(mediaPendingIntent);
60
public class
RemoteControlClient
62
private final static String TAG = "
RemoteControlClient
";
65
* Playback state of a
RemoteControlClient
which is stopped.
71
* Playback state of a
RemoteControlClient
which is paused
[
all
...]
/prebuilt/sdk/14/
android.jar
Completed in 1196 milliseconds