Searched refs:isCurrentUserActiveUnlockRunning (Results 1 – 5 of 5) sorted by relevance
232 val isCurrentUserActiveUnlockRunning by regex233 collectLastValue(underTest.isCurrentUserActiveUnlockRunning)238 assertThat(isCurrentUserActiveUnlockRunning).isFalse()242 assertThat(isCurrentUserActiveUnlockRunning).isTrue()250 val isCurrentUserActiveUnlockRunning by regex251 collectLastValue(underTest.isCurrentUserActiveUnlockRunning)255 assertThat(isCurrentUserActiveUnlockRunning).isTrue()258 assertThat(isCurrentUserActiveUnlockRunning).isFalse()261 assertThat(isCurrentUserActiveUnlockRunning).isTrue()
101 fun isCurrentUserActiveUnlockRunning(isCurrentUserActiveUnlockRunning: Boolean) { regex105 { bool1 = isCurrentUserActiveUnlockRunning },
49 val isCurrentUserActiveUnlockRunning: Flow<Boolean>136 override val isCurrentUserActiveUnlockRunning: Flow<Boolean> =140 .onEach { logger.isCurrentUserActiveUnlockRunning(it) }
31 override val isCurrentUserActiveUnlockRunning: StateFlow<Boolean> =
134 trustRepository.isCurrentUserActiveUnlockRunning.collect {