Searched refs:onLoadChildren (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/media/java/android/service/media/ |
D | IMediaBrowserServiceCallbacks.aidl | 25 void onLoadChildren(String mediaId, in ParceledListSlice list); in onLoadChildren() method
|
D | MediaBrowserService.java | 344 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/ |
D | MediaBrowser.java | 511 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/ |
D | index.jd | 251 <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/ |
D | BrowserService.java | 125 public void onLoadChildren(final String parentId, in onLoadChildren() method in BrowserService
|
/frameworks/base/api/ |
D | current.txt | 28648 …method public abstract void onLoadChildren(java.lang.String, android.service.media.MediaBrowserSer…
|
D | system-current.txt | 30707 …method public abstract void onLoadChildren(java.lang.String, android.service.media.MediaBrowserSer…
|