Searched refs:getAggregatedUsageEvents (Results 1 – 5 of 5) sorted by relevance
81 final Map<String, NotificationsSentState> map = getAggregatedUsageEvents(); in loadAllExtraInfo()96 NotificationsSentState stats = getAggregatedUsageEvents( in updateExtraInfo()139 protected Map<String, NotificationsSentState> getAggregatedUsageEvents() { in getAggregatedUsageEvents() method in AppStateNotificationBridge176 protected NotificationsSentState getAggregatedUsageEvents(int userId, String pkg) { in getAggregatedUsageEvents() method in AppStateNotificationBridge
128 assertThat(mBridge.getAggregatedUsageEvents()).isEmpty(); in testGetAggregatedUsageEvents_noEvents()149 Map<String, NotificationsSentState> map = mBridge.getAggregatedUsageEvents(); in testGetAggregatedUsageEvents_onlyNotificationEvents()171 Map<String, NotificationsSentState> map = mBridge.getAggregatedUsageEvents(); in testGetAggregatedUsageEvents_multipleEventsAgg()195 = mBridge.getAggregatedUsageEvents(); in testGetAggregatedUsageEvents_multiplePkgs()
126 fun getAggregatedUsageEvents() = runTest { in <lambda>() method147 val usageEvents = repository.getAggregatedUsageEvents(flowOf(USER_ID)).first() in <lambda>()
61 ) = repository.getAggregatedUsageEvents(userIdFlow) in <lambda>()
74 fun getAggregatedUsageEvents(userIdFlow: Flow<Int>): Flow<Map<String, NotificationSentState>> = in getAggregatedUsageEvents() method in com.android.settings.spa.notification.AppNotificationRepository