Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationChannelLoggerFake.java29 public class NotificationChannelLoggerFake implements NotificationChannelLogger { class
H A DPreferencesHelperTest.java218 private NotificationChannelLoggerFake mLogger = new NotificationChannelLoggerFake();
5187 new NotificationChannelLoggerFake.CallRecord( in testUpdateConversationParent_updatesConversations()
5189 new NotificationChannelLoggerFake.CallRecord( in testUpdateConversationParent_updatesConversations()
5191 new NotificationChannelLoggerFake.CallRecord( in testUpdateConversationParent_updatesConversations()
5289 new NotificationChannelLoggerFake.CallRecord( in testUpdateConversationParent_doesNotUpdateLockedFields()
H A DNotificationManagerServiceTest.java329 private NotificationChannelLoggerFake mLogger = new NotificationChannelLoggerFake();
1532 List<NotificationChannelLoggerFake.CallRecord> calls = mLogger.getCalls(); in testSetNotificationsEnabledForPackage()