Searched refs:RemainingAttempts (Results 1 – 3 of 3) sorted by relevance
85 private val _remainingAttempts: MutableStateFlow<RemainingAttempts> =86 MutableStateFlow(RemainingAttempts())88 val remainingAttempts: Flow<RemainingAttempts> = _remainingAttempts.asStateFlow()125 _remainingAttempts.value = RemainingAttempts()130 RemainingAttempts(result.remainingAttempts, result.urgentMessage ?: "")135 _remainingAttempts.value = RemainingAttempts()
4 data class RemainingAttempts(val remaining: Int? = null, val message: String = "") dataClass
117 val remainingAttempts = mutableListOf<RemainingAttempts?>()131 assertThat(remainingAttempts).containsExactly(RemainingAttempts())145 val remainingAttempts = mutableListOf<RemainingAttempts?>()162 assertThat(remainingAttempts).containsExactly(RemainingAttempts()) // initial value