Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/data/repository/
DWallpaperFileUtils.kt167 fun hasBitmapsInLocalStorage(context: Context): Boolean { in hasBitmapsInLocalStorage() method
/aosp_15_r20/frameworks/libs/systemui/weathereffects/debug/src/com/google/android/wallpaper/weathereffects/
DWallpaperEffectsDebugActivity.kt179 if (!WallpaperFileUtils.hasBitmapsInLocalStorage(applicationContext)) updateWallpaper() in <lambda>()