Searched refs:isInUserLockdown (Results 1 – 4 of 4) sorted by relevance
23 val isInUserLockdown = constant in com.android.systemui.keyguard.shared.model.AuthenticationFlags
54 get() = _authFlags.map { it.isInUserLockdown } in <lambda>()
186 authFlags.isInUserLockdown -> DeviceEntryRestrictionReason.UserLockdown in <lambda>()
149 strongAuthTracker.currentUserAuthFlags.map { it.isInUserLockdown } in <lambda>()