Searched refs:activeUnlockRunningForUser (Results 1 – 1 of 1) sorted by relevance
65 private val activeUnlockRunningForUser = mutableMapOf<Int, ActiveUnlockModel>() regex125 activeUnlockRunningForUser[it.userId] = it138 .map { activeUnlockRunningForUser[it.second.id]?.isRunning ?: false }143 activeUnlockRunningForUser[userRepository.getSelectedUserInfo().id]?.isRunning