Searched refs:setLockEffectIdHash (Results 1 – 2 of 2) sorted by relevance
81 .setLockEffectIdHash(preferences.getLockWallpaperEffectsIdHash()) in logSnapshot()117 .setLockEffectIdHash(if (isLockWallpaperSet) getIdHashCode(effects) else 0) in logWallpaperApplied()
155 fun setLockEffectIdHash(lockEffectIdHash: Int) = apply { in <lambda>() method in com.android.customization.module.logging.SysUiStatsLogger