Home
last modified time | relevance | path

Searched defs:wallpaperFile (Results 1 – 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DRotationWallpaperUpdateReceiver.java67 File wallpaperFile = deviceProtectedContext.getFileStreamPath( in onReceive() local
89 private void switchToStaticWallpaper(Context appContext, File wallpaperFile) { in switchToStaticWallpaper()