Searched refs:isLockWallpaperSet (Results 1 – 7 of 7) sorted by relevance
107 val isLockWallpaperSet = in logWallpaperApplied() constant115 .setLockWallpaperCategoryHash(if (isLockWallpaperSet) categoryHash else 0) in logWallpaperApplied()116 .setLockWallpaperIdHash(if (isLockWallpaperSet) wallpaperIdHash else 0) in logWallpaperApplied()117 .setLockEffectIdHash(if (isLockWallpaperSet) getIdHashCode(effects) else 0) in logWallpaperApplied()
111 boolean isLockWallpaperSet = parcelFd != null; in onStartJob()115 if (!isLockWallpaperSet) { in onStartJob()
27 fun isLockWallpaperSet(): Boolean method
40 override fun isLockWallpaperSet(): Boolean { in isLockWallpaperSet() method in com.android.wallpaper.module.DefaultWallpaperStatusChecker
134 mWallpaperStatusChecker.isLockWallpaperSet(); in doInBackground()274 && mWallpaperStatusChecker.isLockWallpaperSet()) { in getCurrentLockWallpaperHashCode()
557 boolean wasLockWallpaperSet = mWallpaperStatusChecker.isLockWallpaperSet(); in doInBackground()
36 override fun isLockWallpaperSet(): Boolean { in isLockWallpaperSet() method in com.android.wallpaper.testing.TestWallpaperStatusChecker