HomeSort by relevance Sort by last modified time
    Searched refs:onLoadChildren (Results 1 - 6 of 6) sorted by null

  /frameworks/base/media/java/android/service/media/
MediaBrowserService.java 103 * @see MediaBrowserService#onLoadChildren
318 public abstract void onLoadChildren(@NonNull String parentId,
417 * Call onLoadChildren and then send the results back to the connection.
427 throw new IllegalStateException("onLoadChildren sent null list for id "
432 Log.d(TAG, "Not sending onLoadChildren result for connection that has"
440 connection.callbacks.onLoadChildren(parentId, pls);
443 Log.w(TAG, "Calling onLoadChildren() failed for id=" + parentId
449 onLoadChildren(parentId, result);
452 throw new IllegalStateException("onLoadChildren must call detach() or sendResult()"
  /frameworks/base/media/java/android/media/browse/
MediaBrowser.java 454 private final void onLoadChildren(final IMediaBrowserServiceCallbacks callback,
461 if (!isCurrent(callback, "onLoadChildren")) {
467 Log.d(TAG, "onLoadChildren for " + mServiceComponent + " id=" + parentId);
477 Log.d(TAG, "onLoadChildren for id that isn't subscribed id="
810 public void onLoadChildren(final String parentId, final ParceledListSlice list) {
813 mediaBrowser.onLoadChildren(this, parentId, list);
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
BrowserService.java 125 public void onLoadChildren(final String parentId,
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java 58 * client, through the onGetRoot and onLoadChildren methods. It also creates a MediaSession and
71 * {@link android.service.media.MediaBrowserService#onLoadChildren};
277 public void onLoadChildren(final String parentMediaId, final Result<List<MediaItem>> result) {
301 * Actual implementation of onLoadChildren that assumes that MusicProvider is already
306 LogHelper.d(TAG, "OnLoadChildren: parentMediaId=", parentMediaId);
311 LogHelper.d(TAG, "OnLoadChildren.ROOT");
323 LogHelper.d(TAG, "OnLoadChildren.GENRES");
337 LogHelper.d(TAG, "OnLoadChildren.SONGS_BY_GENRE genre=", genre);
    [all...]
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java 58 * client, through the onGetRoot and onLoadChildren methods. It also creates a MediaSession and
71 * {@link android.service.media.MediaBrowserService#onLoadChildren};
277 public void onLoadChildren(final String parentMediaId, final Result<List<MediaItem>> result) {
301 * Actual implementation of onLoadChildren that assumes that MusicProvider is already
306 LogHelper.d(TAG, "OnLoadChildren: parentMediaId=", parentMediaId);
311 LogHelper.d(TAG, "OnLoadChildren.ROOT");
323 LogHelper.d(TAG, "OnLoadChildren.GENRES");
337 LogHelper.d(TAG, "OnLoadChildren.SONGS_BY_GENRE genre=", genre);
    [all...]
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MusicService.java 58 * client, through the onGetRoot and onLoadChildren methods. It also creates a MediaSession and
71 * {@link android.service.media.MediaBrowserService#onLoadChildren};
277 public void onLoadChildren(final String parentMediaId, final Result<List<MediaItem>> result) {
301 * Actual implementation of onLoadChildren that assumes that MusicProvider is already
306 LogHelper.d(TAG, "OnLoadChildren: parentMediaId=", parentMediaId);
311 LogHelper.d(TAG, "OnLoadChildren.ROOT");
323 LogHelper.d(TAG, "OnLoadChildren.GENRES");
337 LogHelper.d(TAG, "OnLoadChildren.SONGS_BY_GENRE genre=", genre);
    [all...]

Completed in 585 milliseconds