Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStateNotificationBridge.java85 final Map<String, NotificationsSentState> map = getAggregatedUsageEvents(); in loadAllExtraInfo()
100 NotificationsSentState stats = getAggregatedUsageEvents( in updateExtraInfo()
144 protected Map<String, NotificationsSentState> getAggregatedUsageEvents() { in getAggregatedUsageEvents() method in AppStateNotificationBridge
181 protected NotificationsSentState getAggregatedUsageEvents(int userId, String pkg) { in getAggregatedUsageEvents() method in AppStateNotificationBridge
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
H A DAppStateNotificationBridgeTest.java132 assertThat(mBridge.getAggregatedUsageEvents()).isEmpty(); in testGetAggregatedUsageEvents_noEvents()
153 Map<String, NotificationsSentState> map = mBridge.getAggregatedUsageEvents(); in testGetAggregatedUsageEvents_onlyNotificationEvents()
175 Map<String, NotificationsSentState> map = mBridge.getAggregatedUsageEvents(); in testGetAggregatedUsageEvents_multipleEventsAgg()
199 = mBridge.getAggregatedUsageEvents(); in testGetAggregatedUsageEvents_multiplePkgs()