Searched refs:lockWallpaper (Results 1 – 3 of 3) sorted by relevance
150 WallpaperData lockWallpaper = null; in loadSettingsLocked() local180 lockWallpaper = new WallpaperData(userId, FLAG_LOCK); in loadSettingsLocked()183 "wp".equals(tag) ? wallpaper : lockWallpaper; in loadSettingsLocked()248 wallpaper.mWhich = lockWallpaper != null ? FLAG_SYSTEM : FLAG_SYSTEM | FLAG_LOCK; in loadSettingsLocked()252 if (!success) lockWallpaper = null; in loadSettingsLocked()253 if (lockWallpaper != null) { in loadSettingsLocked()254 ensureSaneWallpaperData(lockWallpaper); in loadSettingsLocked()255 lockWallpaper.mWhich = FLAG_LOCK; in loadSettingsLocked()259 return new WallpaperLoadingResult(wallpaper, lockWallpaper, success); in loadSettingsLocked()428 void saveSettingsLocked(int userId, WallpaperData wallpaper, WallpaperData lockWallpaper) { in saveSettingsLocked() argument[all …]
1763 final WallpaperData lockWallpaper = in onUnlockUser() local1765 lockWallpaper.mBindSource = BindSource.SWITCH_WALLPAPER_UNLOCK_USER; in onUnlockUser()1766 switchWallpaper(lockWallpaper, null); in onUnlockUser()1767 notifyCallbacksLocked(lockWallpaper); in onUnlockUser()1810 final WallpaperData lockWallpaper; in switchUser() local1817 lockWallpaper = systemWallpaper.mWhich == (FLAG_LOCK | FLAG_SYSTEM) in switchUser()1828 if (lockWallpaper == systemWallpaper) { in switchUser()1833 switchWallpaper(isDeviceSecure ? lockWallpaper : systemWallpaper, reply); in switchUser()1834 switchWallpaper(isDeviceSecure ? systemWallpaper : lockWallpaper, null); in switchUser()1837 if (lockWallpaper != systemWallpaper) { in switchUser()[all …]
82 ParcelFileDescriptor lockWallpaper = in isUserSetWallpaper() local84 if (sysWallpaper != null || lockWallpaper != null) { in isUserSetWallpaper()