Home
last modified time | relevance | path

Searched defs:keyguardBlueprintInteractor (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractorKosmos.kt29 val Kosmos.keyguardBlueprintInteractor by constant
/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
/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
/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
/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