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

  /frameworks/support/media/api26/androidx/media/
MediaBrowserServiceCompatApi26.java 50 public static void notifyChildrenChanged(Object serviceObj, String parentId, Bundle options) {
51 ((MediaBrowserService) serviceObj).notifyChildrenChanged(parentId, options);
  /packages/apps/Car/libs/car-broadcastradio-support/src/com/android/car/broadcastradio/support/media/
BrowseTree.java 217 mBrowserService.notifyChildrenChanged(NODE_ROOT);
225 mBrowserService.notifyChildrenChanged(NODE_PROGRAMS);
248 mBrowserService.notifyChildrenChanged(NODE_ROOT);
308 mBrowserService.notifyChildrenChanged(NODE_FAVORITES);
309 if (rootChanged) mBrowserService.notifyChildrenChanged(NODE_ROOT);
384 mBrowserService.notifyChildrenChanged(mMediaId);
  /frameworks/support/media/api21/androidx/media/
MediaBrowserServiceCompatApi21.java 52 public static void notifyChildrenChanged(Object serviceObj, String parentId) {
53 ((MediaBrowserService) serviceObj).notifyChildrenChanged(parentId);
  /cts/tests/tests/media/src/android/media/cts/
MediaBrowserServiceTest.java 139 mMediaBrowserService.notifyChildrenChanged(StubMediaBrowserService.MEDIA_ID_ROOT);
159 mMediaBrowserService.notifyChildrenChanged(StubMediaBrowserService.MEDIA_ID_ROOT);
178 mMediaBrowserService.notifyChildrenChanged(
MediaBrowserTest.java 41 * The measured time from calling {@link StubMediaBrowserService#notifyChildrenChanged}
203 StubMediaBrowserService.sInstance.notifyChildrenChanged(
252 StubMediaBrowserService.sInstance.notifyChildrenChanged(
309 StubMediaBrowserService.sInstance.notifyChildrenChanged(
353 StubMediaBrowserService.sInstance.notifyChildrenChanged(
405 StubMediaBrowserService.sInstance.notifyChildrenChanged(
MediaBrowser2Test.java 405 // TODO(jaewan): Add test for the notifyChildrenChanged itself.
426 ((MediaLibrarySession) session).notifyChildrenChanged(
428 ((MediaLibrarySession) session).notifyChildrenChanged(
439 session.notifyChildrenChanged(testParentId2, testChildrenCount, null);
440 session.notifyChildrenChanged(info, testParentId2, testChildrenCount,
  /frameworks/support/media/src/main/java/androidx/media/
MediaLibraryService2.java 147 * {@link MediaLibrarySession#notifyChildrenChanged(ControllerInfo, String, int, Bundle)}
283 public void notifyChildrenChanged(@NonNull ControllerInfo controller,
287 getImpl().notifyChildrenChanged(controller, parentId, itemCount, extras,
301 public void notifyChildrenChanged(@NonNull String parentId, int itemCount,
304 getServiceCompat().notifyChildrenChanged(parentId);
306 getServiceCompat().notifyChildrenChanged(parentId, extras);
MediaBrowserServiceCompat.java 188 void notifyChildrenChanged(final String parentId, final Bundle options);
231 public void notifyChildrenChanged(@NonNull final String parentId, final Bundle options) {
326 public void notifyChildrenChanged(final String parentId, final Bundle options) {
410 MediaBrowserServiceCompatApi21.notifyChildrenChanged(mServiceObj, parentId);
543 MediaBrowserServiceCompatApi26.notifyChildrenChanged(mServiceObj, parentId,
    [all...]
MediaSession2.java     [all...]
MediaSession2ImplBase.java 826 void notifyChildrenChanged(ControllerInfo controller, final String parentId,
    [all...]
  /frameworks/base/media/java/android/media/
MediaLibraryService2.java 140 * {@link MediaLibrarySession#notifyChildrenChanged(ControllerInfo, String, int, Bundle)}
275 public void notifyChildrenChanged(@NonNull ControllerInfo controller,
290 public void notifyChildrenChanged(@NonNull String parentId, int itemCount,
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
A2dpMediaBrowserService.java 446 notifyChildrenChanged("__ROOT__");
522 notifyChildrenChanged("__ROOT__");
544 notifyChildrenChanged(id);
  /frameworks/support/media/src/androidTest/java/androidx/media/
MediaBrowser2Test.java 426 // This test uses MediaLibrarySession.notifyChildrenChanged().
441 session.notifyChildrenChanged(anotherMediaId, testChildrenCount, null);
474 // This test uses MediaLibrarySession.notifyChildrenChanged().
488 session.notifyChildrenChanged(expectedParentId, testChildrenCount, testExtras);
523 // This test uses MediaLibrarySession.notifyChildrenChanged(ControllerInfo).
538 session.notifyChildrenChanged(
572 // This test uses MediaLibrarySession.notifyChildrenChanged(ControllerInfo).
586 session.notifyChildrenChanged(
    [all...]
  /frameworks/support/media/version-compat-tests/current/service/src/androidTest/java/android/support/mediacompat/service/
ServiceBroadcastReceiver.java 78 service.notifyChildrenChanged(extras.getString(KEY_ARGUMENT));
  /frameworks/support/media/version-compat-tests/previous/service/src/androidTest/java/android/support/mediacompat/service/
ServiceBroadcastReceiver.java 77 service.notifyChildrenChanged(extras.getString(KEY_ARGUMENT));
  /frameworks/base/media/java/android/service/media/
MediaBrowserService.java 556 public void notifyChildrenChanged(@NonNull String parentId) {
571 public void notifyChildrenChanged(@NonNull String parentId, @NonNull Bundle options) {
573 throw new IllegalArgumentException("options cannot be null in notifyChildrenChanged");
580 throw new IllegalArgumentException("parentId cannot be null in notifyChildrenChanged");
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 452 milliseconds