Searched defs:isCurrentUserTrusted (Results 1 – 4 of 4) sorted by relevance
92 fun isCurrentUserTrusted(isCurrentUserTrusted: Boolean) { in isCurrentUserTrusted() method
58 private lateinit var isCurrentUserTrusted: FlowValue<Boolean?> variable in com.android.systemui.keyguard.data.repository.TrustRepositoryTest168 val isCurrentUserTrusted = collectLastValue(underTest.isCurrentUserTrusted) in isCurrentUserTrusted_isFalse_byDefault() constant
54 val isCurrentUserTrusted: Flow<Boolean> constant194 override val isCurrentUserTrusted: Flow<Boolean> in isUserTrustManaged() constant in com.android.systemui.keyguard.data.repository.TrustRepositoryImpl
37 override val isCurrentUserTrusted: Flow<Boolean> constant in com.android.systemui.keyguard.data.repository.FakeTrustRepository