Searched refs:currentKeyguardStateFlow (Results 1 – 1 of 1) sorted by relevance
64 val currentKeyguardStateFlow = MutableSharedFlow<KeyguardState>() in create() constant68 whenever(it.currentKeyguardState).thenReturn(currentKeyguardStateFlow) in create()