Searched refs:NotificationChannelId (Results 1 – 9 of 9) sorted by relevance
109 result.add(NotificationChannelId.INCOMING_CALL); in getAllDesiredChannelIds()110 result.add(NotificationChannelId.ONGOING_CALL); in getAllDesiredChannelIds()111 result.add(NotificationChannelId.MISSED_CALL); in getAllDesiredChannelIds()112 result.add(NotificationChannelId.DEFAULT); in getAllDesiredChannelIds()120 NotificationChannelId.INCOMING_CALL, in createIncomingCallChannel()134 NotificationChannelId.ONGOING_CALL, in createOngoingCallChannel()148 NotificationChannelId.MISSED_CALL, in createMissedCallChannel()162 NotificationChannelId.DEFAULT, in createDefaultChannel()
26 NotificationChannelId.INCOMING_CALL,27 NotificationChannelId.ONGOING_CALL,28 NotificationChannelId.MISSED_CALL,29 NotificationChannelId.DEFAULT,31 public @interface NotificationChannelId { annotation
98 return NotificationChannelId.DEFAULT; in getChannelId()106 return NotificationChannelId.DEFAULT; in getChannelId()
45 import com.android.dialer.notification.NotificationChannelId;243 builder.setChannelId(NotificationChannelId.DEFAULT); in postNotification()278 publicBuilder.setChannelId(NotificationChannelId.DEFAULT); in postNotification()455 summary.setChannelId(NotificationChannelId.DEFAULT); in showGroupSummaryNotification()
77 import com.android.dialer.notification.NotificationChannelId;356 builder.setChannelId(NotificationChannelId.INCOMING_CALL); in buildAndSendNotification()375 builder.setChannelId(NotificationChannelId.ONGOING_CALL); in buildAndSendNotification()382 builder.setChannelId(NotificationChannelId.ONGOING_CALL); in buildAndSendNotification()
35 import com.android.dialer.notification.NotificationChannelId;202 builder.setChannelId(NotificationChannelId.DEFAULT); in getSpamBlockingPromoNotification()
58 import com.android.dialer.notification.NotificationChannelId;218 groupSummary.setChannelId(NotificationChannelId.MISSED_CALL); in updateMissedCallNotification()416 builder.setChannelId(NotificationChannelId.MISSED_CALL); in createNotificationBuilder()
39 import com.android.dialer.notification.NotificationChannelId;259 builder.setChannelId(NotificationChannelId.DEFAULT); in maybeNotifyCallBlockingDisabled()
46 import com.android.dialer.notification.NotificationChannelId;261 builder.setChannelId(NotificationChannelId.DEFAULT); in createAfterCallNotificationBuilder()