Searched refs:onLoadChildren (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java111 * @see MediaBrowserService#onLoadChildren
344 public abstract void onLoadChildren(@NonNull String parentId, method in class:MediaBrowserService
463 * Call onLoadChildren and then send the results back to the connection.
473 throw new IllegalStateException("onLoadChildren sent null list for id "
478 Log.d(TAG, "Not sending onLoadChildren result for connection that has"
486 connection.callbacks.onLoadChildren(parentId, pls);
489 Log.w(TAG, "Calling onLoadChildren() failed for id=" + parentId
495 onLoadChildren(parentId, result);
498 throw new IllegalStateException("onLoadChildren must call detach() or sendResult()"
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
H A DBrowserService.java125 public void onLoadChildren(final String parentId, method in class:BrowserService
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java511 private final void onLoadChildren(final IMediaBrowserServiceCallbacks callback, method in class:MediaBrowser
518 if (!isCurrent(callback, "onLoadChildren")) {
524 Log.d(TAG, "onLoadChildren for " + mServiceComponent + " id=" + parentId);
534 Log.d(TAG, "onLoadChildren for id that isn't subscribed id="
894 public void onLoadChildren(final String parentId, final ParceledListSlice list) { method in class:MediaBrowser.ServiceCallbacks
897 mediaBrowser.onLoadChildren(this, parentId, list);

Completed in 82 milliseconds