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

  /frameworks/support/media-compat/api24/android/support/v4/media/
MediaBrowserServiceCompatApi24.java 56 void onLoadChildren(String parentId, ResultWrapper result, Bundle options);
100 public void onLoadChildren(String parentId, Result<List<MediaBrowser.MediaItem>> result,
102 ((ServiceCompatProxy) mServiceProxy).onLoadChildren(
  /frameworks/support/media-compat/api21/android/support/v4/media/
MediaBrowserServiceCompatApi21.java 55 void onLoadChildren(String parentId, ResultWrapper<List<Parcel>> result);
120 public void onLoadChildren(String parentId, Result<List<MediaBrowser.MediaItem>> result) {
121 mServiceProxy.onLoadChildren(parentId, new ResultWrapper<List<Parcel>>(result));
  /packages/services/Car/car-support-lib/src/android/support/car/app/menu/
CarMenuCallbacks.java 60 public abstract void onLoadChildren(String parentId,
  /packages/services/Car/car-support-lib/src/android/support/car/app/menu/compat/
EmbeddedCarMenuCallbacksCompat.java 157 mCallbacks.onLoadChildren(parentId, result);
173 mCallbacks.onLoadChildren(parentId, result);
  /frameworks/support/media-compat/java/android/support/v4/media/
MediaBrowserServiceCompat.java 197 throw new IllegalStateException("This should be called inside of onLoadChildren or"
259 throw new IllegalStateException("This should be called inside of onLoadChildren or"
291 public void onLoadChildren(String parentId,
314 MediaBrowserServiceCompat.this.onLoadChildren(parentId, result);
368 public void onLoadChildren(String parentId,
391 MediaBrowserServiceCompat.this.onLoadChildren(parentId, result, options);
485 * @see MediaBrowserServiceCompat#onLoadChildren
705 void onLoadChildren(String mediaId, List<MediaBrowserCompat.MediaItem> list, Bundle options)
741 public void onLoadChildren(String mediaId, List<MediaBrowserCompat.MediaItem> list,
    [all...]
MediaBrowserCompat.java 748 void onLoadChildren(Messenger callback, String parentId, List list, Bundle options);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
StubMediaBrowserService.java 72 public void onLoadChildren(final String parentMediaId, final Result<List<MediaItem>> result) {
  /frameworks/base/media/java/android/service/media/
MediaBrowserService.java 126 * @see #onLoadChildren
389 public abstract void onLoadChildren(@NonNull String parentId,
415 public void onLoadChildren(@NonNull String parentId,
418 // override onLoadChildren() with options, onLoadChildren() without options will be used
421 onLoadChildren(parentId, result);
496 * @throws IllegalStateException If this method is called outside of {@link #onLoadChildren}
504 throw new IllegalStateException("This should be called inside of onLoadChildren or"
627 * Call onLoadChildren and then send the results back to the connection.
639 Log.d(TAG, "Not sending onLoadChildren result for connection that has
    [all...]
  /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 629 private final void onLoadChildren(final IMediaBrowserServiceCallbacks callback,
636 if (!isCurrent(callback, "onLoadChildren")) {
641 Log.d(TAG, "onLoadChildren for " + mServiceComponent + " id=" + parentId);
668 Log.d(TAG, "onLoadChildren for id that isn't subscribed id=" + parentId);
    [all...]
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaBrowserServiceSupport.java 56 * client, through the onGetRoot and onLoadChildren methods. It also creates a MediaSession and
69 * {@link android.service.media.MediaBrowserService#onLoadChildren};
244 public void onLoadChildren(final String parentMediaId, final Result<List<MediaItem>> result) {
245 onLoadChildren(parentMediaId, result, null);
249 public void onLoadChildren(final String parentMediaId, final Result<List<MediaItem>> result,
273 * Actual implementation of onLoadChildren that assumes that MusicProvider is already
278 Log.d(TAG, "OnLoadChildren: parentMediaId=" + parentMediaId + ", options=" + options);
300 Log.d(TAG, "OnLoadChildren.ROOT");
313 Log.d(TAG, "OnLoadChildren.GENRES");
334 Log.d(TAG, "OnLoadChildren.SONGS_BY_GENRE genre=" + genre)
    [all...]
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
KitchenSinkActivity.java 212 public void onLoadChildren(String parentId, CarMenu result) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
A2dpMediaBrowserService.java 153 public void onLoadChildren(final String parentMediaId, final Result<List<MediaItem>> result) {
154 Log.d(TAG, "onLoadChildren parentMediaId=" + parentMediaId);
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java 53 * client, through the onGetRoot and onLoadChildren methods. It also creates a MediaSession and
66 * {@link android.service.media.MediaBrowserService#onLoadChildren};
239 public void onLoadChildren(final String parentMediaId, final Result<List<MediaItem>> result) {
263 * Actual implementation of onLoadChildren that assumes that MusicProvider is already
268 LogHelper.d(TAG, "OnLoadChildren: parentMediaId=", parentMediaId);
273 LogHelper.d(TAG, "OnLoadChildren.ROOT");
285 LogHelper.d(TAG, "OnLoadChildren.GENRES");
299 LogHelper.d(TAG, "OnLoadChildren.SONGS_BY_GENRE genre=", genre);
317 LogHelper.d(TAG, "OnLoadChildren sending ", mediaItems.size(),
    [all...]
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java 53 * client, through the onGetRoot and onLoadChildren methods. It also creates a MediaSession and
66 * {@link android.service.media.MediaBrowserService#onLoadChildren};
239 public void onLoadChildren(final String parentMediaId, final Result<List<MediaItem>> result) {
263 * Actual implementation of onLoadChildren that assumes that MusicProvider is already
268 LogHelper.d(TAG, "OnLoadChildren: parentMediaId=", parentMediaId);
273 LogHelper.d(TAG, "OnLoadChildren.ROOT");
285 LogHelper.d(TAG, "OnLoadChildren.GENRES");
299 LogHelper.d(TAG, "OnLoadChildren.SONGS_BY_GENRE genre=", genre);
317 LogHelper.d(TAG, "OnLoadChildren sending ", mediaItems.size(),
    [all...]
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MusicService.java 53 * client, through the onGetRoot and onLoadChildren methods. It also creates a MediaSession and
66 * {@link android.service.media.MediaBrowserService#onLoadChildren};
239 public void onLoadChildren(final String parentMediaId, final Result<List<MediaItem>> result) {
263 * Actual implementation of onLoadChildren that assumes that MusicProvider is already
268 LogHelper.d(TAG, "OnLoadChildren: parentMediaId=", parentMediaId);
273 LogHelper.d(TAG, "OnLoadChildren.ROOT");
285 LogHelper.d(TAG, "OnLoadChildren.GENRES");
299 LogHelper.d(TAG, "OnLoadChildren.SONGS_BY_GENRE genre=", genre);
317 LogHelper.d(TAG, "OnLoadChildren sending ", mediaItems.size(),
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 948 milliseconds