Searched defs:getAggregatedUsageEvents (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Settings/src/com/android/settings/applications/ | ||
D | AppStateNotificationBridge.java | 139 protected Map<String, NotificationsSentState> getAggregatedUsageEvents() { in getAggregatedUsageEvents() method in AppStateNotificationBridge |
/packages/apps/Settings/src/com/android/settings/spa/notification/ | ||
D | AppNotificationRepository.kt | 74 fun getAggregatedUsageEvents(userIdFlow: Flow<Int>): Flow<Map<String, NotificationSentState>> = in getAggregatedUsageEvents() method in com.android.settings.spa.notification.AppNotificationRepository |
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/notification/ | ||
D | AppNotificationRepositoryTest.kt | 126 fun getAggregatedUsageEvents() = runTest { in <lambda>() method in com.android.settings.spa.notification.AppNotificationRepositoryTest |