Searched defs:isCurrentUserTrustManaged (Results 1 – 4 of 4) sorted by relevance
110 fun isCurrentUserTrustManaged(isTrustManaged: Boolean) { in isCurrentUserTrustManaged() method in com.android.keyguard.logging.TrustRepositoryLogger
62 val isCurrentUserTrustManaged: StateFlow<Boolean> constant162 override val isCurrentUserTrustManaged: StateFlow<Boolean> constant in com.android.systemui.keyguard.data.repository.TrustRepositoryImpl
45 override val isCurrentUserTrustManaged: StateFlow<Boolean> constant in com.android.systemui.keyguard.data.repository.FakeTrustRepository
59 private lateinit var isCurrentUserTrustManaged: FlowValue<Boolean?> variable in com.android.systemui.keyguard.data.repository.TrustRepositoryTest