Searched refs:NotificationChannelManager (Results 1 – 13 of 13) sorted by relevance
62 import com.android.server.telecom.ui.NotificationChannelManager;98 NotificationChannelManager notificationChannelManager =99 new NotificationChannelManager();
32 import com.android.dialer.notification.NotificationChannelManager;55 NotificationChannelManager.initChannels(this); in onCreate()
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()
37 import com.android.server.telecom.ui.NotificationChannelManager;112 .setChannelId(NotificationChannelManager.CHANNEL_ID_CALL_BLOCKING) in updateEmergencyCallNotification()
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()
83 NotificationChannelManager.CHANNEL_ID_AUDIO_PROCESSING); in showAudioProcessingNotification()
34 public class NotificationChannelManager { class
275 builder.setChannelId(NotificationChannelManager.CHANNEL_ID_INCOMING_CALLS); in getNotificationBuilder()
384 .setChannelId(NotificationChannelManager.CHANNEL_ID_MISSED_CALLS); in showMissedCallNotification()
36 public final class NotificationChannelManager { class171 private NotificationChannelManager() {} in NotificationChannelManager() method in NotificationChannelManager
42 import com.android.dialer.notification.NotificationChannelManager;483 NotificationChannelManager.getVoicemailChannelId(getContext(), phoneAccountHandle); in getNotificationSettingsIntent()
66 import com.android.server.telecom.ui.NotificationChannelManager;2343 NotificationChannelManager.CHANNEL_ID_IN_CALL_SERVICE_CRASH); in sendCrashedInCallServiceNotification()