Home
last modified time | relevance | path

Searched defs:ActiveNotificationModel (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shared/
DActiveNotificationModel.kt37 data class ActiveNotificationModel( dataClass
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/notification/domain/interactor/
DSingleNotificationChipInteractor.kt119 private fun ActiveNotificationModel.toNotificationChipModel( in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractor.kt161 fun ActiveNotificationModel.isOngoingCallNotification() = this.callType == CallType.Ongoing in <lambda>() method
DRenderNotificationListInteractor.kt262 private fun ActiveNotificationModel.isCurrent( in ActiveNotificationModel() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconsViewData.kt107 fun ActiveNotificationModel.toIconInfo(sourceIcon: Icon?): NotificationIconInfo? { in ActiveNotificationModel() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/domain/interactor/
DPromotedNotificationsInteractor.kt148 private fun ActiveNotificationModel.toNotifAndPromotedContent(): NotifAndPromotedContent { in <lambda>() method