Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DDownloadsDeletionType.java186 public @Nullable Bitmap getCachedThumbnail(File imageFile) { in getCachedThumbnail() method in DownloadsDeletionType
DDownloadsDeletionPreferenceGroup.java174 Bitmap thumbnail = mDeletionType.getCachedThumbnail(file); in updateFiles()