Searched defs:isCurrentUserTrusted (Results 1 – 4 of 4) sorted by relevance
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
92 fun isCurrentUserTrusted(isCurrentUserTrusted: Boolean) { in isCurrentUserTrusted() method
27 override val isCurrentUserTrusted: Flow<Boolean> constant in com.android.systemui.keyguard.data.repository.FakeTrustRepository
46 val isCurrentUserTrusted: Flow<Boolean> constant164 override val isCurrentUserTrusted: Flow<Boolean> in isUserTrustManaged() constant in com.android.systemui.keyguard.data.repository.TrustRepositoryImpl