Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationBackend.java79 recordAggregatedUsageEvents(context, row); in loadAppRow()
367 protected void recordAggregatedUsageEvents(Context context, AppRow appRow) { in recordAggregatedUsageEvents() method in NotificationBackend
377 recordAggregatedUsageEvents(events, appRow); in recordAggregatedUsageEvents()
380 protected void recordAggregatedUsageEvents(UsageEvents events, AppRow appRow) { in recordAggregatedUsageEvents() method in NotificationBackend
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java91 recordAggregatedUsageEvents(context, row); in loadAppRow()
447 protected void recordAggregatedUsageEvents(Context context, AppRow appRow) { in recordAggregatedUsageEvents() method in NotificationBackend
457 recordAggregatedUsageEvents(events, appRow); in recordAggregatedUsageEvents()
460 protected void recordAggregatedUsageEvents(UsageEvents events, AppRow appRow) { in recordAggregatedUsageEvents() method in NotificationBackend
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationBackendTest.java120 backend.recordAggregatedUsageEvents(getUsageEvents(events), appRow); in testGetAggregatedUsageEvents_multipleEventsAgg()