Searched refs:ActiveNotificationModel (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shared/ |
D | TestActiveNotificationModel.kt | 20 val byKey: Correspondence<ActiveNotificationModel, String> = 22 val byIsAmbient: Correspondence<ActiveNotificationModel, Boolean> = 24 val byIsSuppressedFromStatusBar: Correspondence<ActiveNotificationModel, Boolean> = 29 val byIsSilent: Correspondence<ActiveNotificationModel, Boolean> = 31 val byIsRowDismissed: Correspondence<ActiveNotificationModel, Boolean> = 33 val byIsLastMessageFromReply: Correspondence<ActiveNotificationModel, Boolean> = 38 val byIsPulsing: Correspondence<ActiveNotificationModel, Boolean> =
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/domain/interactor/ |
D | NotificationIconsInteractor.kt | 26 import com.android.systemui.statusbar.notification.shared.ActiveNotificationModel in <lambda>() 55 ): Flow<Set<ActiveNotificationModel>> { in <lambda>() 63 .filter { model: ActiveNotificationModel -> in <lambda>() 81 model: ActiveNotificationModel, in <lambda>() 113 val aodNotifs: Flow<Set<ActiveNotificationModel>> = 134 val statusBarNotifs: Flow<Set<ActiveNotificationModel>> =
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/data/repository/ |
D | ActiveNotificationListRepository.kt | 23 import com.android.systemui.statusbar.notification.shared.ActiveNotificationModel 57 val individuals: Map<String, ActiveNotificationModel> = emptyMap(), 88 private val individuals = mutableMapOf<String, ActiveNotificationModel>() 96 is ActiveNotificationModel -> addIndividualNotif(entry) in build() 101 fun addIndividualNotif(notif: ActiveNotificationModel) { in addIndividualNotif()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/ |
D | RenderNotificationListInteractor.kt | 29 import com.android.systemui.statusbar.notification.shared.ActiveNotificationModel in <lambda>() 123 private fun NotificationEntry.toModel(): ActiveNotificationModel = in buildActiveNotificationsStore() 161 ): ActiveNotificationModel { in createOrReuse() 182 ?: ActiveNotificationModel( in createOrReuse() 202 private fun ActiveNotificationModel.isCurrent( in ActiveNotificationModel() method 243 summary: ActiveNotificationModel, in createOrReuse() 244 children: List<ActiveNotificationModel>, in createOrReuse() 252 summary: ActiveNotificationModel, in ActiveNotificationGroupModel() 253 children: List<ActiveNotificationModel>, in ActiveNotificationGroupModel()
|
D | ActiveNotificationsInteractor.kt | 22 import com.android.systemui.statusbar.notification.shared.ActiveNotificationModel in <lambda>() 40 val topLevelRepresentativeNotifications: Flow<List<ActiveNotificationModel>> = in <lambda>() 51 is ActiveNotificationModel -> entry in <lambda>() 61 val allRepresentativeNotifications: Flow<Map<String, ActiveNotificationModel>> = in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/ |
D | NotificationStatsLogger.kt | 19 import com.android.systemui.statusbar.notification.shared.ActiveNotificationModel 29 activeNotifications: List<ActiveNotificationModel>, 31 fun onLockscreenOrShadeNotInteractive(activeNotifications: List<ActiveNotificationModel>)
|
D | NotificationStatsLoggerImpl.kt | 29 import com.android.systemui.statusbar.notification.shared.ActiveNotificationModel in <lambda>() 135 activeNotifications: List<ActiveNotificationModel>, in <lambda>() 148 activeNotifications: List<ActiveNotificationModel> in <lambda>() 305 private fun List<ActiveNotificationModel>.toNotificationProto(): Notifications.NotificationList { in toNotificationProto()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shared/ |
D | ActiveNotificationModel.kt | 31 data class ActiveNotificationModel( class 74 val summary: ActiveNotificationModel, 75 val children: List<ActiveNotificationModel>,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationLoggerViewModel.kt | 22 import com.android.systemui.statusbar.notification.shared.ActiveNotificationModel 34 val activeNotifications: Flow<List<ActiveNotificationModel>> =
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/data/model/ |
D | ActiveNotificationModelBuilder.kt | 20 import com.android.systemui.statusbar.notification.shared.ActiveNotificationModel 42 ActiveNotificationModel(
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/ |
D | NotificationIconsViewData.kt | 20 import com.android.systemui.statusbar.notification.shared.ActiveNotificationModel in <lambda>() 107 fun ActiveNotificationModel.toIconInfo(sourceIcon: Icon?): NotificationIconInfo? { in ActiveNotificationModel() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/ |
D | CollapsedStatusBarViewModelImplTest.kt | 53 import com.android.systemui.statusbar.notification.shared.ActiveNotificationModel 426 private fun activeNotificationsStore(notifications: List<ActiveNotificationModel>) = in activeNotificationsStore()
|