Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/util/
DLiveWallpaperDeleteUtil.kt46 val currentLockInfo = wallpaperManager.getWallpaperInfo(FLAG_LOCK) in getDeleteAction() constant
61 val currentLockService = currentLockInfo?.serviceInfo in getDeleteAction()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DDeletableUtils.kt64 val currentLockInfo = WallpaperManager.getInstance(context).getWallpaperInfo(FLAG_LOCK) in getDeleteAction() constant
80 val currentLockService = currentLockInfo?.serviceInfo in getDeleteAction()