Home
last modified time | relevance | path

Searched refs:onLoadChildren (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/java/android/service/media/
DIMediaBrowserServiceCallbacks.aidl25 void onLoadChildren(String mediaId, in ParceledListSlice list); in onLoadChildren() method
DMediaBrowserService.java344 public abstract void onLoadChildren(@NonNull String parentId, in onLoadChildren() method in MediaBrowserService
486 connection.callbacks.onLoadChildren(parentId, pls); in performLoadChildren()
495 onLoadChildren(parentId, result); in performLoadChildren()
/frameworks/base/media/java/android/media/browse/
DMediaBrowser.java511 private final void onLoadChildren(final IMediaBrowserServiceCallbacks callback, in onLoadChildren() method in MediaBrowser
894 public void onLoadChildren(final String parentId, final ParceledListSlice list) { in onLoadChildren() method in MediaBrowser.ServiceCallbacks
897 mediaBrowser.onLoadChildren(this, parentId, list); in onLoadChildren()
/frameworks/base/docs/html/training/auto/audio/
Dindex.jd251 <li>Auto invokes the {@link android.service.media.MediaBrowserService#onLoadChildren
252 onLoadChildren()} method to get the children of the root node, and uses this information to
256 {@link android.service.media.MediaBrowserService#onLoadChildren
257 onLoadChildren()} again to retrieve the child nodes of the selected menu item.</li>
273 android.service.media.MediaBrowserService#onLoadChildren
274 onLoadChildren()}.</p>
330 android.service.media.MediaBrowserService#onLoadChildren onLoadChildren()}
334 android.service.media.MediaBrowserService#onLoadChildren onLoadChildren()} method:
339 public void onLoadChildren(final String parentMediaId,
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
DBrowserService.java125 public void onLoadChildren(final String parentId, in onLoadChildren() method in BrowserService
/frameworks/base/api/
Dcurrent.txt28648 …method public abstract void onLoadChildren(java.lang.String, android.service.media.MediaBrowserSer…
Dsystem-current.txt30707 …method public abstract void onLoadChildren(java.lang.String, android.service.media.MediaBrowserSer…