Searched refs:acceptWithExpansion (Results 1 – 1 of 1) sorted by relevance
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 1097 acceptWithExpansion(helper::notifyInsert, insertedRow.getVolumeName(), 1153 acceptWithExpansion(helper::notifyUpdate, oldRow.getVolumeName(), oldRow.getId(), 1178 acceptWithExpansion(helper::notifyUpdate, oldRow.getVolumeName(), oldRow.getId(), 1197 acceptWithExpansion(helper::notifyDelete, deletedRow.getVolumeName(), 1209 acceptWithExpansion((uri) -> getContext().revokeUriPermission(uri, ~0), 1282 private void acceptWithExpansion(@NonNull Consumer<Uri> consumer, @NonNull String volumeName, in acceptWithExpansion() method in MediaProvider 1323 acceptWithExpansion(consumer, MediaStore.VOLUME_EXTERNAL, in acceptWithExpansion() 5777 acceptWithExpansion(helper::notifyInsert, resolvedVolumeName, playlistId, 6915 acceptWithExpansion(helper::notifyDelete, volumeName, playlistId, 8761 acceptWithExpansion(helper::notifyUpdate, volumeName, playlistId,
|