Searched refs:NotificationChannelManager (Results 1 – 14 of 14) sorted by relevance
32 import com.android.dialer.notification.NotificationChannelManager;55 NotificationChannelManager.initChannels(this); in onCreate()
67 import com.android.server.telecom.ui.NotificationChannelManager;105 NotificationChannelManager notificationChannelManager =106 new NotificationChannelManager();
37 import com.android.server.telecom.ui.NotificationChannelManager;112 .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
169 NotificationChannelManager.CHANNEL_ID_DISCONNECTED_CALLS); in showDisconnectedNotification()188 NotificationChannelManager.CHANNEL_ID_DISCONNECTED_CALLS); in showDisconnectedNotification()201 .setChannelId(NotificationChannelManager.CHANNEL_ID_DISCONNECTED_CALLS); in showDisconnectedNotification()
87 NotificationChannelManager.CHANNEL_ID_AUDIO_PROCESSING); in showAudioProcessingNotification()
34 public class NotificationChannelManager { class
249 NotificationChannelManager.CHANNEL_ID_CALL_STREAMING) in showStreamingNotification()
280 builder.setChannelId(NotificationChannelManager.CHANNEL_ID_INCOMING_CALLS); in getNotificationBuilder()
387 .setChannelId(NotificationChannelManager.CHANNEL_ID_MISSED_CALLS); in showMissedCallNotification()
42 import com.android.dialer.notification.NotificationChannelManager;483 NotificationChannelManager.getVoicemailChannelId(getContext(), phoneAccountHandle); in getNotificationSettingsIntent()
69 import com.android.server.telecom.ui.NotificationChannelManager;2848 NotificationChannelManager.CHANNEL_ID_IN_CALL_SERVICE_CRASH); in sendCrashedInCallServiceNotification()