Home
last modified time | relevance | path

Searched refs:activeUnlockRunningForUser (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DTrustRepository.kt65 private val activeUnlockRunningForUser = mutableMapOf<Int, ActiveUnlockModel>() regex
125 activeUnlockRunningForUser[it.userId] = it
138 .map { activeUnlockRunningForUser[it.second.id]?.isRunning ?: false }
143 activeUnlockRunningForUser[userRepository.getSelectedUserInfo().id]?.isRunning