Searched refs:_isKeyguardUnlocked (Results 1 – 1 of 1) sorted by relevance
64 private val _isKeyguardUnlocked = MutableStateFlow(false) constant65 override val isKeyguardDismissible: StateFlow<Boolean> = _isKeyguardUnlocked.asStateFlow()164 _isKeyguardUnlocked.value = isUnlocked in setKeyguardDismissible()