Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DTrustRepository.kt64 private val latestTrustModelForUser = mutableMapOf<Int, TrustModel>() regex
121 latestTrustModelForUser[it.userId] = it
167 .map { latestTrustModelForUser[it.second.id]?.isTrusted ?: false }