Searched defs:isCurrentUserTrusted (Results 1 – 4 of 4) sorted by relevance
56 val isCurrentUserTrusted: StateFlow<Boolean> constant199 override val isCurrentUserTrusted: StateFlow<Boolean> in reportKeyguardShowingChanged() constant in com.android.systemui.keyguard.data.repository.TrustRepositoryImpl212 private fun isCurrentUserTrusted( in reportKeyguardShowingChanged() method in com.android.systemui.keyguard.data.repository.TrustRepositoryImpl
92 fun isCurrentUserTrusted(isCurrentUserTrusted: Boolean) { in isCurrentUserTrusted() method in com.android.keyguard.logging.TrustRepositoryLogger
57 private lateinit var isCurrentUserTrusted: FlowValue<Boolean?> variable in com.android.systemui.keyguard.data.repository.TrustRepositoryTest174 val isCurrentUserTrusted = collectLastValue(underTest.isCurrentUserTrusted) in isCurrentUserTrusted_isFalse_byDefault() constant
38 override val isCurrentUserTrusted: StateFlow<Boolean> constant in com.android.systemui.keyguard.data.repository.FakeTrustRepository