Home
last modified time | relevance | path

Searched defs:notifyChildrenChanged (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaLibraryService2.java275 public void notifyChildrenChanged(@NonNull ControllerInfo controller, in notifyChildrenChanged() method in MediaLibraryService2.MediaLibrarySession
290 public void notifyChildrenChanged(@NonNull String parentId, int itemCount, in notifyChildrenChanged() method in MediaLibraryService2.MediaLibrarySession
/frameworks/support/media/api26/androidx/media/
DMediaBrowserServiceCompatApi26.java50 public static void notifyChildrenChanged(Object serviceObj, String parentId, Bundle options) { in notifyChildrenChanged() method in MediaBrowserServiceCompatApi26
/frameworks/support/media/src/main/java/androidx/media/
DMediaBrowserServiceCompat.java188 void notifyChildrenChanged(final String parentId, final Bundle options); in notifyChildrenChanged() method
231 public void notifyChildrenChanged(@NonNull final String parentId, final Bundle options) { in notifyChildrenChanged() method in MediaBrowserServiceCompat.MediaBrowserServiceImplBase
326 public void notifyChildrenChanged(final String parentId, final Bundle options) { in notifyChildrenChanged() method in MediaBrowserServiceCompat.MediaBrowserServiceImplApi21
1363 public void notifyChildrenChanged(@NonNull String parentId) { in notifyChildrenChanged() method in MediaBrowserServiceCompat
1381 public void notifyChildrenChanged(@NonNull String parentId, @NonNull Bundle options) { in notifyChildrenChanged() method in MediaBrowserServiceCompat
DMediaLibraryService2.java283 public void notifyChildrenChanged(@NonNull ControllerInfo controller, in notifyChildrenChanged() method in MediaLibraryService2.MediaLibrarySession
301 public void notifyChildrenChanged(@NonNull String parentId, int itemCount, in notifyChildrenChanged() method in MediaLibraryService2.MediaLibrarySession
DMediaSession2ImplBase.java826 void notifyChildrenChanged(ControllerInfo controller, final String parentId, in notifyChildrenChanged() method in MediaSession2ImplBase
DMediaSession2.java1565 abstract void notifyChildrenChanged(@NonNull ControllerInfo controller, in notifyChildrenChanged() method in MediaSession2.SupportLibraryImpl
/frameworks/support/media/api21/androidx/media/
DMediaBrowserServiceCompatApi21.java52 public static void notifyChildrenChanged(Object serviceObj, String parentId) { in notifyChildrenChanged() method in MediaBrowserServiceCompatApi21
/frameworks/base/media/java/android/service/media/
DMediaBrowserService.java556 public void notifyChildrenChanged(@NonNull String parentId) { in notifyChildrenChanged() method in MediaBrowserService
571 public void notifyChildrenChanged(@NonNull String parentId, @NonNull Bundle options) { in notifyChildrenChanged() method in MediaBrowserService