Home
last modified time | relevance | path

Searched refs:setCurrentUserTrusted (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeTrustRepository.kt51 fun setCurrentUserTrusted(trust: Boolean) { in setCurrentUserTrusted() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceUnlockedInteractorTest.kt199 kosmos.fakeTrustRepository.setCurrentUserTrusted(true) in deviceUnlockStatus_whenUnlockedByTrustAgent_providesThatInfo()
DDeviceEntryInteractorTest.kt247 trustRepository.setCurrentUserTrusted(true) in <lambda>()
266 trustRepository.setCurrentUserTrusted(false) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepositoryTest.kt1186 trustRepository.setCurrentUserTrusted(false) in allPreconditionsToRunFaceAuthAreTrue()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/
DSceneContainerStartableTest.kt1335 fakeTrustRepository.setCurrentUserTrusted(true) in <lambda>()