Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/spa/notification/
DAppNotificationRepository.kt48 data class NotificationSentState( in <lambda>() dataClass
74 fun getAggregatedUsageEvents(userIdFlow: Flow<Int>): Flow<Map<String, NotificationSentState>> = in getAggregatedUsageEvents()
76 val aggregatedStats = mutableMapOf<String, NotificationSentState>() in getAggregatedUsageEvents()
78 aggregatedStats.getOrPut(event.packageName, ::NotificationSentState).apply { in getAggregatedUsageEvents()
DAppNotificationsListModel.kt49 val sentState: NotificationSentState?, in <lambda>()
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/notification/
DAppNotificationRepositoryTest.kt150 PACKAGE_NAME, NotificationSentState(lastSent = 6, sentCount = 3), in <lambda>()