[go: nahoru, domu]

Searched refs:notifyChildrenChanged (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v4/api24/android/support/v4/media/
H A DMediaBrowserServiceCompatApi24.java47 public static void notifyChildrenChanged(Object serviceObj, String parentId, Bundle options) { method in class:MediaBrowserServiceCompatApi24
48 ((MediaBrowserService) serviceObj).notifyChildrenChanged(parentId, options);
/frameworks/support/v4/api21/android/support/v4/media/
H A DMediaBrowserServiceCompatApi21.java49 public static void notifyChildrenChanged(Object serviceObj, String parentId) { method in class:MediaBrowserServiceCompatApi21
50 ((MediaBrowserService) serviceObj).notifyChildrenChanged(parentId);
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaBrowserServiceCompat.java131 void notifyChildrenChanged(final String parentId, final Bundle options); method in interface:MediaBrowserServiceCompat.MediaBrowserServiceImpl
171 public void notifyChildrenChanged(@NonNull final String parentId, final Bundle options) { method in class:MediaBrowserServiceCompat.MediaBrowserServiceImplBase
225 public void notifyChildrenChanged(final String parentId, final Bundle options) { method in class:MediaBrowserServiceCompat.MediaBrowserServiceImplApi21
227 MediaBrowserServiceCompatApi21.notifyChildrenChanged(mServiceObj, parentId);
356 public void notifyChildrenChanged(final String parentId, final Bundle options) { method in class:MediaBrowserServiceCompat.MediaBrowserServiceImplApi24
358 MediaBrowserServiceCompatApi21.notifyChildrenChanged(mServiceObj, parentId);
360 MediaBrowserServiceCompatApi24.notifyChildrenChanged(mServiceObj, parentId,
923 public void notifyChildrenChanged(@NonNull String parentId) { method in class:MediaBrowserServiceCompat
925 throw new IllegalArgumentException("parentId cannot be null in notifyChildrenChanged");
927 mImpl.notifyChildrenChanged(parentI
941 public void notifyChildrenChanged(@NonNull String parentId, @NonNull Bundle options) { method in class:MediaBrowserServiceCompat
[all...]
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java518 public void notifyChildrenChanged(@NonNull String parentId) { method in class:MediaBrowserService
533 public void notifyChildrenChanged(@NonNull String parentId, @NonNull Bundle options) { method in class:MediaBrowserService
535 throw new IllegalArgumentException("options cannot be null in notifyChildrenChanged");
542 throw new IllegalArgumentException("parentId cannot be null in notifyChildrenChanged");

Completed in 165 milliseconds