Home
last modified time | relevance | path

Searched refs:keyguardBlueprintInteractor (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardBlueprintViewModelTest.kt36 @Mock private lateinit var keyguardBlueprintInteractor: KeyguardBlueprintInteractor variable in com.android.systemui.keyguard.ui.viewmodel.KeyguardBlueprintViewModelTest
46 keyguardBlueprintInteractor = keyguardBlueprintInteractor, in setup()
52 verify(keyguardBlueprintInteractor).blueprint in testBlueprintFlow()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/
DKeyguardBlueprintCommandListenerTest.kt45 @Mock private lateinit var keyguardBlueprintInteractor: KeyguardBlueprintInteractor variable in com.android.systemui.keyguard.ui.view.layout.KeyguardBlueprintCommandListenerTest
56 keyguardBlueprintInteractor, in setup()
69 verify(keyguardBlueprintInteractor, never()).transitionOrRefreshBlueprint(anyString()) in testHelp()
76 verify(keyguardBlueprintInteractor, never()).transitionOrRefreshBlueprint(anyString()) in testBlank()
82 verify(keyguardBlueprintInteractor).transitionOrRefreshBlueprint("fake") in testValidArg()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardBlueprintViewModel.kt41 keyguardBlueprintInteractor: KeyguardBlueprintInteractor,
43 val blueprint = keyguardBlueprintInteractor.blueprint
44 val blueprintId = keyguardBlueprintInteractor.blueprintId
45 val refreshTransition = keyguardBlueprintInteractor.refreshTransition
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardBlueprintViewModelKosmos.kt20 import com.android.systemui.keyguard.domain.interactor.keyguardBlueprintInteractor
27 keyguardBlueprintInteractor, in <lambda>()
DLockscreenContentViewModelKosmos.kt20 import com.android.systemui.keyguard.domain.interactor.keyguardBlueprintInteractor
31 interactor = keyguardBlueprintInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/
DKeyguardBlueprintCommandListener.kt34 private val keyguardBlueprintInteractor: KeyguardBlueprintInteractor, constant in com.android.systemui.keyguard.ui.view.layout.KeyguardBlueprintCommandListener
52 keyguardBlueprintInteractor.transitionOrRefreshBlueprint(arg) -> in execute()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DKeyguardBlueprintRepositoryKosmos.kt21 import com.android.systemui.keyguard.domain.interactor.keyguardBlueprintInteractor
42 blueprintInteractor = { keyguardBlueprintInteractor }, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultShortcutsSection.kt54 private val keyguardBlueprintInteractor: Lazy<KeyguardBlueprintInteractor>, in <lambda>() constant in com.android.systemui.keyguard.ui.view.layout.sections.DefaultShortcutsSection
71 keyguardBlueprintInteractor in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractorKosmos.kt29 val Kosmos.keyguardBlueprintInteractor by constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DKeyguardBlueprintModule.kt54 keyguardBlueprintInteractor: KeyguardBlueprintInteractor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DClockSectionTest.kt31 import com.android.systemui.keyguard.domain.interactor.keyguardBlueprintInteractor in <lambda>()
120 { keyguardBlueprintInteractor }, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractorTest.kt63 private val underTest = kosmos.keyguardBlueprintInteractor