Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java96 recordAggregatedUsageEvents(context, row); in loadAppRow()
481 protected void recordAggregatedUsageEvents(Context context, AppRow appRow) { in recordAggregatedUsageEvents() method in NotificationBackend
491 recordAggregatedUsageEvents(events, appRow); in recordAggregatedUsageEvents()
494 protected void recordAggregatedUsageEvents(UsageEvents events, AppRow appRow) { in recordAggregatedUsageEvents() method in NotificationBackend
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationBackendTest.java146 backend.recordAggregatedUsageEvents(getUsageEvents(events), appRow); in testGetAggregatedUsageEvents_multipleEventsAgg()