Home
last modified time | relevance | path

Searched refs:IncomingHeader (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationSectionHeadersModule.kt39 @IncomingHeader
119 @IncomingHeader in providesIncomingHeaderSubcomponent()
121 @IncomingHeader subcomponent: SectionHeaderControllerSubcomponent in providesIncomingHeaderSubcomponent()
125 @IncomingHeader in providesIncomingHeaderSubcomponent()
127 @IncomingHeader subcomponent: SectionHeaderControllerSubcomponent in providesIncomingHeaderSubcomponent()
161 annotation class IncomingHeader class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt28 import com.android.systemui.statusbar.notification.dagger.IncomingHeader in <lambda>()
51 @IncomingHeader private val incomingHeaderController: SectionHeaderController, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt39 import com.android.systemui.statusbar.notification.dagger.IncomingHeader in <lambda>()
75 @IncomingHeader private val mIncomingHeaderController: NodeController, in <lambda>()