Searched refs:mLockWallpaperWaitingForUnlock (Results 1 – 1 of 1) sorted by relevance
704 private boolean mLockWallpaperWaitingForUnlock; field in WallpaperManagerService1762 if (mLockWallpaperWaitingForUnlock) { in onUnlockUser()1861 if ((wallpaper.mWhich & FLAG_LOCK) != 0) mLockWallpaperWaitingForUnlock = false; in switchWallpaper()1904 if ((wallpaper.mWhich & FLAG_LOCK) != 0) mLockWallpaperWaitingForUnlock = true; in onSwitchWallpaperFailLocked()