Searched refs:acceptWithExpansion (Results 1 – 1 of 1) sorted by relevance
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 1000 acceptWithExpansion(helper::notifyInsert, insertedRow.getVolumeName(), 1041 acceptWithExpansion(helper::notifyUpdate, oldRow.getVolumeName(), oldRow.getId(), 1065 acceptWithExpansion(helper::notifyUpdate, oldRow.getVolumeName(), oldRow.getId(), 1084 acceptWithExpansion(helper::notifyDelete, deletedRow.getVolumeName(), 1093 acceptWithExpansion((uri) -> getContext().revokeUriPermission(uri, ~0), 1161 private void acceptWithExpansion(@NonNull Consumer<Uri> consumer, @NonNull String volumeName, in acceptWithExpansion() method in MediaProvider 1202 acceptWithExpansion(consumer, MediaStore.VOLUME_EXTERNAL, in acceptWithExpansion() 5417 acceptWithExpansion(helper::notifyInsert, resolvedVolumeName, playlistId, 6494 acceptWithExpansion(helper::notifyDelete, volumeName, playlistId, 8030 acceptWithExpansion(helper::notifyUpdate, volumeName, playlistId,
|