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.java625 MetricsLogger.action(getChannelLog(channel, pkg).setType( in createNotificationChannel()
681 MetricsLogger.action(getChannelLog(channel, pkg).setType( in createNotificationChannel()
726 MetricsLogger.action(getChannelLog(updatedChannel, pkg)); in updateNotificationChannel()
762 LogMaker lm = getChannelLog(channel, pkg); in deleteNotificationChannel()
1412 private LogMaker getChannelLog(NotificationChannel channel, String pkg) { in getChannelLog() method in RankingHelper