Searched refs:getAggregatedUsageEvents (Results 1 – 2 of 2) sorted by relevance
85 final Map<String, NotificationsSentState> map = getAggregatedUsageEvents(); in loadAllExtraInfo()100 NotificationsSentState stats = getAggregatedUsageEvents( in updateExtraInfo()144 protected Map<String, NotificationsSentState> getAggregatedUsageEvents() { in getAggregatedUsageEvents() method in AppStateNotificationBridge181 protected NotificationsSentState getAggregatedUsageEvents(int userId, String pkg) { in getAggregatedUsageEvents() method in AppStateNotificationBridge
132 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()