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

  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
BrowserService.java 125 public void onLoadChildren(final String parentId,
  /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/media/java/android/service/media/
MediaBrowserService.java 103 * @see MediaBrowserService#onLoadChildren
317 public abstract void onLoadChildren(@NonNull String parentId,
400 * Call onLoadChildren and then send the results back to the connection.
410 throw new IllegalStateException("onLoadChildren sent null list for id "
415 Log.d(TAG, "Not sending onLoadChildren result for connection that has"
423 connection.callbacks.onLoadChildren(parentId, pls);
426 Log.w(TAG, "Calling onLoadChildren() failed for id=" + parentId
432 onLoadChildren(parentId, result);
435 throw new IllegalStateException("onLoadChildren must call detach() or sendResult()"
  /developers/demos/MusicDemo/src/main/java/com/example/android/musicservicedemo/
MusicService.java 60 * {@link android.service.media.MediaBrowserService#onLoadChildren};
245 public void onLoadChildren(final String parentMediaId, final Result<List<MediaItem>> result) {
269 * Actual implementation of onLoadChildren that assumes that MusicProvider is already
274 LogHelper.d(TAG, "OnLoadChildren: parentMediaId=", parentMediaId);
279 LogHelper.d(TAG, "OnLoadChildren.ROOT");
290 LogHelper.d(TAG, "OnLoadChildren.GENRES");
304 LogHelper.d(TAG, "OnLoadChildren.SONGS_BY_GENRE genre=", genre);
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 174 milliseconds