Lines Matching defs:media

17 package android.media.browse;
27 import android.media.MediaDescription;
28 import android.media.session.MediaController;
29 import android.media.session.MediaSession;
36 import android.service.media.MediaBrowserService;
37 import android.service.media.IMediaBrowserService;
38 import android.service.media.IMediaBrowserServiceCallbacks;
50 * Browses media content offered by a link MediaBrowserService.
82 * Creates a media browser for the specified media browse service.
85 * @param serviceComponent The component name of the media browse service.
88 * to the media browse service when connecting and retrieving the root id
110 * Connects to the media browse service.
176 * Disconnects from the media browse service.
230 * Gets the service component that the media browser is connected to.
258 * Gets any extras for the media service.
271 * Gets the media session token associated with the media browser.
290 * Queries for information about the media items that are contained within
301 * @param parentId The id of the parent media item whose list of children
337 * Unsubscribes for changes to the children of the specified media id.
343 * @param parentId The id of the parent media item whose list of children
549 * Create a new MediaItem for use in browsing media.
550 * @param description The description of the media, which must include a
551 * media id.
559 throw new IllegalArgumentException("description must have a non-empty media id");
630 * Returns the description of the media.
637 * Returns the media id for this item.
656 * Invoked when the client is disconnected from the media browser.
662 * Invoked when the connection to the media browser failed.