File
Doc
Category
Size
Date
Package
MediaBrowserService.java
API Doc
Android 5.1 API
1789
Sat Mar 14 14:09:38 GMT 2015
android.service.media
MediaBrowserService
java.lang.Object
android.app.Service
public abstract class MediaBrowserService extends android.app.Service
Fields Summary
public static final String
SERVICE_INTERFACE
Constructors Summary
public MediaBrowserService
()
throw new RuntimeException("Stub!");
Methods Summary
public void
dump
(
java.io.FileDescriptor
fd,
java.io.PrintWriter
writer,
java.lang.String[]
args)
throw new RuntimeException("Stub!");
public
android.media.session.MediaSession.Token
getSessionToken
()
throw new RuntimeException("Stub!");
public void
notifyChildrenChanged
(
java.lang.String
parentId)
throw new RuntimeException("Stub!");
public
android.os.IBinder
onBind
(
android.content.Intent
intent)
throw new RuntimeException("Stub!");
public void
onCreate
()
throw new RuntimeException("Stub!");
public abstract
android.service.media.MediaBrowserService$BrowserRoot
onGetRoot
(
java.lang.String
clientPackageName,
int
clientUid,
android.os.Bundle
rootHints)
public abstract void
onLoadChildren
(
java.lang.String
parentId,
android.service.media.MediaBrowserService$Result
result)
public void
setSessionToken
(
android.media.session.MediaSession.Token
token)
throw new RuntimeException("Stub!");
Java Code Source