Home
last modified time | relevance | path

Searched refs:getAggregatedUsageEvents (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DAppStateNotificationBridge.java81 final Map<String, NotificationsSentState> map = getAggregatedUsageEvents(); in loadAllExtraInfo()
96 NotificationsSentState stats = getAggregatedUsageEvents( in updateExtraInfo()
139 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/tests/robotests/src/com/android/settings/applications/
DAppStateNotificationBridgeTest.java128 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()
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/notification/
DAppNotificationRepositoryTest.kt126 fun getAggregatedUsageEvents() = runTest { in <lambda>() method
147 val usageEvents = repository.getAggregatedUsageEvents(flowOf(USER_ID)).first() in <lambda>()
/packages/apps/Settings/src/com/android/settings/spa/notification/
DAppNotificationsListModel.kt61 ) = repository.getAggregatedUsageEvents(userIdFlow) in <lambda>()
DAppNotificationRepository.kt74 fun getAggregatedUsageEvents(userIdFlow: Flow<Int>): Flow<Map<String, NotificationSentState>> = in getAggregatedUsageEvents() method in com.android.settings.spa.notification.AppNotificationRepository