Searched refs:NotificationChannelManager (Results 1 – 14 of 14) sorted by relevance
32 import com.android.dialer.notification.NotificationChannelManager;55 NotificationChannelManager.initChannels(this); in onCreate()
70 import com.android.server.telecom.ui.NotificationChannelManager;109 NotificationChannelManager notificationChannelManager =110 new NotificationChannelManager();
39 import com.android.server.telecom.ui.NotificationChannelManager;114 .setChannelId(NotificationChannelManager.CHANNEL_ID_CALL_BLOCKING) in updateEmergencyCallNotification()
45 import com.android.dialer.notification.NotificationChannelManager;104 groupSummary.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in showNotifications()218 builder.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in createNotificationForVoicemail()
38 import com.android.dialer.notification.NotificationChannelManager;131 .setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)) in createNotification()
36 public final class NotificationChannelManager { class171 private NotificationChannelManager() {} in NotificationChannelManager() method in NotificationChannelManager
170 NotificationChannelManager.CHANNEL_ID_DISCONNECTED_CALLS); in showDisconnectedNotification()189 NotificationChannelManager.CHANNEL_ID_DISCONNECTED_CALLS); in showDisconnectedNotification()202 .setChannelId(NotificationChannelManager.CHANNEL_ID_DISCONNECTED_CALLS); in showDisconnectedNotification()
87 NotificationChannelManager.CHANNEL_ID_AUDIO_PROCESSING); in showAudioProcessingNotification()
34 public class NotificationChannelManager { class
280 builder.setChannelId(NotificationChannelManager.CHANNEL_ID_INCOMING_CALLS); in getNotificationBuilder()
249 NotificationChannelManager.CHANNEL_ID_CALL_STREAMING) in showStreamingNotification()
397 .setChannelId(NotificationChannelManager.CHANNEL_ID_MISSED_CALLS); in showMissedCallNotification()
42 import com.android.dialer.notification.NotificationChannelManager;483 NotificationChannelManager.getVoicemailChannelId(getContext(), phoneAccountHandle); in getNotificationSettingsIntent()
71 import com.android.server.telecom.ui.NotificationChannelManager;3216 NotificationChannelManager.CHANNEL_ID_IN_CALL_SERVICE_CRASH); in sendCrashedInCallServiceNotification()