Searched refs:NotificationChannelLogger (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationChannelLoggerImpl.java | 31 public class NotificationChannelLoggerImpl implements NotificationChannelLogger { 42 /* int32 channel_id_hash */ NotificationChannelLogger.getIdHash(channel), in logNotificationChannel() 47 NotificationChannelLogger.getConversationIdHash(channel), in logNotificationChannel() 59 /* int32 channel_id_hash */ NotificationChannelLogger.getIdHash(channelGroup), in logNotificationChannelGroup() 60 /* int old_importance*/ NotificationChannelLogger.getImportance(wasBlocked), in logNotificationChannelGroup() 61 /* int importance*/ NotificationChannelLogger.getImportance(channelGroup), in logNotificationChannelGroup()
|
H A D | NotificationChannelLogger.java | 34 public interface NotificationChannelLogger { interface
|
H A D | NotificationRecordLogger.java | 562 return NotificationChannelLogger.getLoggingImportance(channel, importance); in getLoggingImportance()
|
H A D | PreferencesHelper.java | 197 private final NotificationChannelLogger mNotificationChannelLogger; 213 NotificationChannelLogger notificationChannelLogger, in PreferencesHelper() 959 NotificationChannelLogger.getLoggingImportance(existing); in createNotificationChannel() 1118 NotificationChannelLogger.getLoggingImportance(channel), fromUser); in updateNotificationChannel() 1180 int oldLoggingImportance = NotificationChannelLogger.getLoggingImportance(conversation); in maybeUpdateChildConversationChannel()
|
H A D | NotificationManagerService.java | 689 private NotificationChannelLogger mNotificationChannelLogger; 2234 TelecomManager telecomManager, NotificationChannelLogger channelLogger, in init()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationChannelLoggerFake.java | 29 public class NotificationChannelLoggerFake implements NotificationChannelLogger {
|
H A D | PreferencesHelperTest.java | 2770 NotificationChannelLogger.NotificationChannelEvent in testDeleteGroup() 2774 NotificationChannelLogger.NotificationChannelEvent in testDeleteGroup() 2947 NotificationChannelLogger.NotificationChannelEvent in testCreateGroup() 3140 NotificationChannelLogger.NotificationChannelEvent in testCreateChannel_addToGroup() 5119 NotificationChannelLogger.NotificationChannelEvent in testDeleteConversations() 5123 NotificationChannelLogger.NotificationChannelEvent in testDeleteConversations() 5127 NotificationChannelLogger.NotificationChannelEvent in testDeleteConversations() 5131 NotificationChannelLogger.NotificationChannelEvent in testDeleteConversations() 5135 NotificationChannelLogger.NotificationChannelEvent in testDeleteConversations() 5139 NotificationChannelLogger.NotificationChannelEvent in testDeleteConversations() [all …]
|
H A D | RoleObserverTest.java | 171 mock(NotificationChannelLogger.class), new TestableFlagResolver(), in setUp()
|
H A D | NotificationManagerServiceTest.java | 1534 NotificationChannelLogger.NotificationChannelEvent.APP_NOTIFICATIONS_BLOCKED, in testSetNotificationsEnabledForPackage()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 5077 HSPLcom/android/server/notification/NotificationChannelLogger;->getLoggingImportance(Landroid/app/N… 5078 HSPLcom/android/server/notification/NotificationChannelLogger;->getLoggingImportance(Landroid/app/N… 5079 …rImpl;->logNotificationChannel(Lcom/android/server/notification/NotificationChannelLogger$Notifica…
|