Home
last modified time | relevance | path

Searched refs:acceptWithExpansion (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java605 acceptWithExpansion(helper::notifyInsert, volumeName, id, mediaType, isDownload);
628 acceptWithExpansion(helper::notifyUpdate, volumeName, oldId, oldMediaType, isDownload);
638 acceptWithExpansion(helper::notifyUpdate, volumeName, oldId, newMediaType,
652 acceptWithExpansion(helper::notifyDelete, volumeName, id, mediaType, isDownload);
658 acceptWithExpansion((uri) -> {
707 private void acceptWithExpansion(@NonNull Consumer<Uri> consumer, @NonNull String volumeName, in acceptWithExpansion() method in MediaProvider
743 acceptWithExpansion(consumer, MediaStore.VOLUME_EXTERNAL, in acceptWithExpansion()