Home
last modified time | relevance | path

Searched refs:smartspaceSection (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DKeyguardBlueprintRepositoryKosmos.kt65 smartspaceSection = keyguardSmartspaceSection, in <lambda>()
88 smartspaceSection = keyguardSmartspaceSection, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DSplitShadeKeyguardBlueprint.kt68 smartspaceSection: SmartspaceSection,
85 smartspaceSection,
DShortcutsBesideUdfpsKeyguardBlueprint.kt65 smartspaceSection: SmartspaceSection,
82 smartspaceSection,
DDefaultKeyguardBlueprint.kt70 smartspaceSection: SmartspaceSection,
87 smartspaceSection,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractor.kt59 private val smartspaceSection: SmartspaceSection, in <lambda>() constant in com.android.systemui.keyguard.domain.interactor.KeyguardBlueprintInteractor
92 rebuildSections = listOf(smartspaceSection), in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractorKosmos.kt40 smartspaceSection = keyguardSmartspaceSection, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DDefaultKeyguardBlueprintTest.kt78 @Mock private lateinit var smartspaceSection: SmartspaceSection variable in com.android.systemui.keyguard.ui.view.layout.blueprints.DefaultKeyguardBlueprintTest
101 smartspaceSection, in setup()