Searched refs:withDeps (Results 1 – 6 of 6) sorted by relevance
112 val withDeps = KeyguardInteractorFactory.create(featureFlags = FakeFeatureFlags()) in setup() constant113 val keyguardInteractor = withDeps.keyguardInteractor in setup()114 keyguardRepository = withDeps.repository in setup()
91 val withDeps = KeyguardInteractorFactory.create() in setUp() constant92 val keyguardInteractor = withDeps.keyguardInteractor in setUp()93 repository = withDeps.repository in setUp()
133 val withDeps = in setUp() constant138 withDeps.featureFlags.apply { set(Flags.REGION_SAMPLING, false) } in setUp()141 withDeps.keyguardInteractor, in setUp()152 withDeps.featureFlags, in setUp()
157 val withDeps = KeyguardInteractorFactory.create(featureFlags = featureFlags) in setUp() constant158 val keyguardInteractor = withDeps.keyguardInteractor in setUp()159 repository = withDeps.repository in setUp()
201 val withDeps = KeyguardInteractorFactory.create(featureFlags = featureFlags) in setUp() constant202 keyguardInteractor = withDeps.keyguardInteractor in setUp()203 repository = withDeps.repository in setUp()
181 val withDeps = in setUp() constant188 keyguardInteractor = withDeps.keyguardInteractor, in setUp()