Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java562 MetricsLogger.action(getChannelLog(channel, pkg).setType( in createNotificationChannel()
590 MetricsLogger.action(getChannelLog(channel, pkg).setType( in createNotificationChannel()
629 MetricsLogger.action(getChannelLog(updatedChannel, pkg)); in updateNotificationChannel()
661 LogMaker lm = getChannelLog(channel, pkg); in deleteNotificationChannel()
1139 private LogMaker getChannelLog(NotificationChannel channel, String pkg) { in getChannelLog() method in RankingHelper