Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DTrustRepository.kt80 private val trustManagedForUser = mutableMapOf<Int, TrustManagedModel>() constant
143 trustManagedForUser[it.userId] = it in <lambda>()
192 trustManagedForUser[userId]?.isTrustManaged ?: false in isUserTrustManaged()