Home
last modified time | relevance | path

Searched refs:SmartspaceSection (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DKeyguardBlueprintRepositoryKosmos.kt26 import com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSection
47 val Kosmos.keyguardSmartspaceSection: SmartspaceSection by
48 Kosmos.Fixture { mock<SmartspaceSection>() } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DSplitShadeKeyguardBlueprint.kt35 import com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSection
68 smartspaceSection: SmartspaceSection,
DShortcutsBesideUdfpsKeyguardBlueprint.kt38 import com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSection
65 smartspaceSection: SmartspaceSection,
DDefaultKeyguardBlueprint.kt38 import com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSection
70 smartspaceSection: SmartspaceSection,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractor.kt36 import com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSection in <lambda>()
59 private val smartspaceSection: SmartspaceSection, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSectionTest.kt52 private lateinit var underTest: SmartspaceSection
75 SmartspaceSection( in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DDefaultKeyguardBlueprintTest.kt43 import com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSection
78 @Mock private lateinit var smartspaceSection: SmartspaceSection
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSection.kt42 open class SmartspaceSection class