Searched refs:trustInteractor (Results 1 – 6 of 6) sorted by relevance
21 import com.android.systemui.keyguard.domain.interactor.trustInteractor32 trustInteractor = trustInteractor, in <lambda>()
23 import com.android.systemui.keyguard.domain.interactor.trustInteractor40 trustInteractor = trustInteractor, in <lambda>()
48 trustInteractor: TrustInteractor, in <lambda>()66 trustInteractor.isTrusted.filter { it }.map { DeviceUnlockSource.TrustAgent }, in <lambda>()
66 private val trustInteractor: TrustInteractor, in <lambda>() constant156 private val trustAgentEnabled = trustInteractor.isEnrolledAndEnabled in <lambda>()174 trustInteractor.isTrustAgentCurrentlyAllowed, in <lambda>()
23 val Kosmos.trustInteractor by Fixture { TrustInteractor(repository = trustRepository) } in <lambda>() constant
32 import com.android.systemui.keyguard.domain.interactor.trustInteractor64 trustInteractor = kosmos.trustInteractor,