Searched refs:NotificationChannelLogger (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
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()
|
D | NotificationChannelLogger.java | 34 public interface NotificationChannelLogger { interface
|
D | NotificationRecordLogger.java | 559 return NotificationChannelLogger.getLoggingImportance(channel, importance); in getLoggingImportance()
|
D | PreferencesHelper.java | 206 private final NotificationChannelLogger mNotificationChannelLogger; 227 NotificationChannelLogger notificationChannelLogger, in PreferencesHelper() 1019 NotificationChannelLogger.getLoggingImportance(existing); in createNotificationChannel() 1178 NotificationChannelLogger.getLoggingImportance(channel), fromUser); in updateNotificationChannel() 1240 int oldLoggingImportance = NotificationChannelLogger.getLoggingImportance(conversation); in maybeUpdateChildConversationChannel()
|
D | NotificationManagerService.java | 736 private NotificationChannelLogger mNotificationChannelLogger; 2399 TelecomManager telecomManager, NotificationChannelLogger channelLogger, in init()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationChannelLoggerFake.java | 29 public class NotificationChannelLoggerFake implements NotificationChannelLogger {
|
D | PreferencesHelperTest.java | 56 import static com.android.server.notification.NotificationChannelLogger.NotificationChannelEvent.NO… 2364 NotificationChannelLogger.NotificationChannelEvent.NOTIFICATION_CHANNEL_CREATED, in testDoubleDeleteChannel() 2367 NotificationChannelLogger.NotificationChannelEvent.NOTIFICATION_CHANNEL_DELETED, in testDoubleDeleteChannel() 2911 NotificationChannelLogger.NotificationChannelEvent.NOTIFICATION_CHANNEL_CREATED, in testCreateChannel_alreadyExists() 2994 NotificationChannelLogger.NotificationChannelEvent in testDeleteGroup() 2998 NotificationChannelLogger.NotificationChannelEvent in testDeleteGroup() 3171 NotificationChannelLogger.NotificationChannelEvent in testCreateGroup() 3365 NotificationChannelLogger.NotificationChannelEvent in testCreateChannel_addToGroup() 3369 NotificationChannelLogger.NotificationChannelEvent.NOTIFICATION_CHANNEL_CREATED, in testCreateChannel_addToGroup() 3372 NotificationChannelLogger.NotificationChannelEvent.NOTIFICATION_CHANNEL_UPDATED, in testCreateChannel_addToGroup() [all …]
|
D | RoleObserverTest.java | 171 mock(NotificationChannelLogger.class), new TestableFlagResolver(), in setUp()
|
D | NotificationManagerServiceTest.java | 1866 NotificationChannelLogger.NotificationChannelEvent.APP_NOTIFICATIONS_BLOCKED, in testSetNotificationsEnabledForPackage()
|
/frameworks/base/services/ |
D | art-wear-profile | 15788 …er/notification/NotificationChannelLogger$NotificationChannelEvent;->$values()[Lcom/android/server… 15789 PLcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent;-><clinit>()V 15790 PLcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent;-><init>(Ljava… 15791 PLcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent;->getId()I 15792 …/notification/NotificationChannelLogger$NotificationChannelEvent;->getUpdated(Z)Lcom/android/serve… 15793 PLcom/android/server/notification/NotificationChannelLogger;->getConversationIdHash(Landroid/app/No… 15794 PLcom/android/server/notification/NotificationChannelLogger;->getIdHash(Landroid/app/NotificationCh… 15795 HPLcom/android/server/notification/NotificationChannelLogger;->getLoggingImportance(Landroid/app/No… 15796 HPLcom/android/server/notification/NotificationChannelLogger;->getLoggingImportance(Landroid/app/No… 15797 PLcom/android/server/notification/NotificationChannelLogger;->logNotificationChannelModified(Landro… [all …]
|
D | art-profile | 2097 …ker;Landroid/metrics/LogMaker;]Lcom/android/server/notification/NotificationChannelLogger;Lcom/and…
|