Home
last modified time | relevance | path

Searched refs:_isPatternVisible (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
H A DFakeAuthenticationRepository.kt43 private val _isPatternVisible = MutableStateFlow(true) regex
44 override val isPatternVisible: StateFlow<Boolean> = _isPatternVisible.asStateFlow()