Searched defs:getAggregatedUsageEvents (Results 1 – 3 of 3) sorted by relevance
139 protected Map<String, NotificationsSentState> getAggregatedUsageEvents() { in getAggregatedUsageEvents() method in AppStateNotificationBridge176 protected NotificationsSentState getAggregatedUsageEvents(int userId, String pkg) { in getAggregatedUsageEvents() method in AppStateNotificationBridge
74 fun getAggregatedUsageEvents(userIdFlow: Flow<Int>): Flow<Map<String, NotificationSentState>> = in getAggregatedUsageEvents() method in com.android.settings.spa.notification.AppNotificationRepository
126 fun getAggregatedUsageEvents() = runTest { in <lambda>() method