Home
last modified time | relevance | path

Searched refs:logNotificationAdjusted (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLoggerImpl.java40 public void logNotificationAdjusted(@Nullable NotificationRecord r, in logNotificationAdjusted() method in NotificationRecordLoggerImpl
DNotificationRecordLogger.java99 void logNotificationAdjusted(@Nullable NotificationRecord r, in logNotificationAdjusted() method
DNotificationManagerService.java9443 mNotificationRecordLogger.logNotificationAdjusted(r, i, 0,
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordLoggerFake.java121 public void logNotificationAdjusted(NotificationRecord r, int position, int buzzBeepBlink, in logNotificationAdjusted() method in NotificationRecordLoggerFake