Searched refs:activeUnlockRunningForUser (Results 1 – 1 of 1) sorted by relevance
79 private val activeUnlockRunningForUser = mutableMapOf<Int, ActiveUnlockModel>() constant in com.android.systemui.keyguard.data.repository.TrustRepositoryImpl139 activeUnlockRunningForUser[it.userId] = it in <lambda>()152 .map { activeUnlockRunningForUser[it.second.id]?.isRunning ?: false } in <lambda>()157 activeUnlockRunningForUser[userRepository.getSelectedUserInfo().id]?.isRunning in <lambda>()