Home
last modified time | relevance | path

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

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java874 FileUtils.walkFileTreeContents(dir.toPath(), this::deleteAndInvalidate); in ensureThumbnailsValid() local
5978 deleteAndInvalidate(thumbFile);
6064 deleteAndInvalidate(thumbTempFile);
6069 deleteAndInvalidate(getThumbnailFile(uri));
7632 private void deleteAndInvalidate(@NonNull Path path) {
7633 deleteAndInvalidate(path.toFile());
7636 private void deleteAndInvalidate(@NonNull File file) {
7645 deleteAndInvalidate(file);