Lines Matching defs:item

335      * @param parentId The id of the parent media item whose list of children
358 * @param parentId The id of the parent media item whose list of children
380 * @param parentId The id of the parent media item whose list of children
394 * @param parentId The id of the parent media item whose list of children
410 * @param mediaId The id of the item to retrieve.
438 Parcelable item = resultData.getParcelable(MediaBrowserService.KEY_MEDIA_ITEM);
439 if (!(item instanceof MediaItem)) {
443 cb.onItemLoaded((MediaItem)item);
449 Log.i(TAG, "Remote error getting media item.");
710 * A class with information on a single media item for use in browsing media.
722 * Flag: Indicates that the item has children of its own.
727 * Flag: Indicates that the item is playable.
729 * The id of this item may be passed to
740 * @param flags The flags for this item.
795 * Gets the flags of the item.
802 * Returns whether this item is browsable.
810 * Returns whether this item is playable.
825 * Returns the media id for this item.
868 * @param parentId The media id of the parent media item.
877 * @param parentId The media id of the parent media item.
894 * @param parentId The media id of the parent media item whose children could
907 * @param parentId The media id of the parent media item whose children could
921 * Called when the item has been returned by the browser service.
923 * @param item The item that was returned or null if it doesn't exist.
925 public void onItemLoaded(MediaItem item) {
929 * Called when the item doesn't exist or there was an error retrieving it.
931 * @param itemId The media id of the media item which could not be loaded.