Home
last modified time | relevance | path

Searched refs:NotificationChannelManager (Results 1 – 13 of 13) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/components/
DTelecomService.java62 import com.android.server.telecom.ui.NotificationChannelManager;
98 NotificationChannelManager notificationChannelManager =
99 new NotificationChannelManager();
/packages/apps/Dialer/java/com/android/dialer/binary/common/
DDialerApplication.java32 import com.android.dialer.notification.NotificationChannelManager;
55 NotificationChannelManager.initChannels(this); in onCreate()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVisualVoicemailNotifier.java45 import com.android.dialer.notification.NotificationChannelManager;
104 groupSummary.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in showNotifications()
218 builder.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in createNotificationForVoicemail()
DLegacyVoicemailNotifier.java38 import com.android.dialer.notification.NotificationChannelManager;
131 .setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)) in createNotification()
/packages/services/Telecomm/src/com/android/server/telecom/settings/
DBlockedNumbersUtil.java37 import com.android.server.telecom.ui.NotificationChannelManager;
112 .setChannelId(NotificationChannelManager.CHANNEL_ID_CALL_BLOCKING) in updateEmergencyCallNotification()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DDisconnectedCallNotifier.java170 NotificationChannelManager.CHANNEL_ID_DISCONNECTED_CALLS); in showDisconnectedNotification()
189 NotificationChannelManager.CHANNEL_ID_DISCONNECTED_CALLS); in showDisconnectedNotification()
202 .setChannelId(NotificationChannelManager.CHANNEL_ID_DISCONNECTED_CALLS); in showDisconnectedNotification()
DAudioProcessingNotification.java83 NotificationChannelManager.CHANNEL_ID_AUDIO_PROCESSING); in showAudioProcessingNotification()
DNotificationChannelManager.java34 public class NotificationChannelManager { class
DIncomingCallNotifier.java275 builder.setChannelId(NotificationChannelManager.CHANNEL_ID_INCOMING_CALLS); in getNotificationBuilder()
DMissedCallNotifierImpl.java384 .setChannelId(NotificationChannelManager.CHANNEL_ID_MISSED_CALLS); in showMissedCallNotification()
/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationChannelManager.java36 public final class NotificationChannelManager { class
171 private NotificationChannelManager() {} in NotificationChannelManager() method in NotificationChannelManager
/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/
DVoicemailSettingsFragment.java42 import com.android.dialer.notification.NotificationChannelManager;
483 NotificationChannelManager.getVoicemailChannelId(getContext(), phoneAccountHandle); in getNotificationSettingsIntent()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java66 import com.android.server.telecom.ui.NotificationChannelManager;
2343 NotificationChannelManager.CHANNEL_ID_IN_CALL_SERVICE_CRASH); in sendCrashedInCallServiceNotification()