Searched refs:NotificationSentState (Results 1 – 3 of 3) sorted by relevance
48 data class NotificationSentState( in <lambda>() class74 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()
49 val sentState: NotificationSentState?, in <lambda>()
150 PACKAGE_NAME, NotificationSentState(lastSent = 6, sentCount = 3), in <lambda>()