Home
last modified time | relevance | path

Searched defs:isCurrentUserTrusted (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DTrustRepositoryLogger.kt92 fun isCurrentUserTrusted(isCurrentUserTrusted: Boolean) { in isCurrentUserTrusted() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DTrustRepositoryTest.kt58 private lateinit var isCurrentUserTrusted: FlowValue<Boolean?> variable in com.android.systemui.keyguard.data.repository.TrustRepositoryTest
168 val isCurrentUserTrusted = collectLastValue(underTest.isCurrentUserTrusted) in isCurrentUserTrusted_isFalse_byDefault() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DTrustRepository.kt54 val isCurrentUserTrusted: Flow<Boolean> constant
194 override val isCurrentUserTrusted: Flow<Boolean> in isUserTrustManaged() constant in com.android.systemui.keyguard.data.repository.TrustRepositoryImpl
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeTrustRepository.kt37 override val isCurrentUserTrusted: Flow<Boolean> constant in com.android.systemui.keyguard.data.repository.FakeTrustRepository