Home
last modified time | relevance | path

Searched defs:getAggregatedUsageEvents (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DAppStateNotificationBridge.java139 protected Map<String, NotificationsSentState> getAggregatedUsageEvents() { in getAggregatedUsageEvents() method in AppStateNotificationBridge
176 protected NotificationsSentState getAggregatedUsageEvents(int userId, String pkg) { in getAggregatedUsageEvents() method in AppStateNotificationBridge
/packages/apps/Settings/src/com/android/settings/spa/notification/
DAppNotificationRepository.kt74 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/
DAppNotificationRepositoryTest.kt126 fun getAggregatedUsageEvents() = runTest { in <lambda>() method