Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/binary/common/
H A DDialerApplication.java32 import com.android.dialer.notification.NotificationChannelManager;
55 NotificationChannelManager.initChannels(this); in onCreate()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/components/
H A DTelecomService.java62 import com.android.server.telecom.ui.NotificationChannelManager;
98 NotificationChannelManager notificationChannelManager =
99 new NotificationChannelManager();
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/settings/
H A DBlockedNumbersUtil.java37 import com.android.server.telecom.ui.NotificationChannelManager;
112 .setChannelId(NotificationChannelManager.CHANNEL_ID_CALL_BLOCKING) in updateEmergencyCallNotification()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A 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()
H A DLegacyVoicemailNotifier.java38 import com.android.dialer.notification.NotificationChannelManager;
132 .setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)) in createNotification()
/aosp12/packages/apps/Dialer/java/com/android/dialer/notification/
H A DNotificationChannelManager.java36 public final class NotificationChannelManager { class
171 private NotificationChannelManager() {} in NotificationChannelManager() method in NotificationChannelManager
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A 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()
H A DAudioProcessingNotification.java83 NotificationChannelManager.CHANNEL_ID_AUDIO_PROCESSING); in showAudioProcessingNotification()
H A DNotificationChannelManager.java34 public class NotificationChannelManager { class
H A DIncomingCallNotifier.java275 builder.setChannelId(NotificationChannelManager.CHANNEL_ID_INCOMING_CALLS); in getNotificationBuilder()
H A DMissedCallNotifierImpl.java384 .setChannelId(NotificationChannelManager.CHANNEL_ID_MISSED_CALLS); in showMissedCallNotification()
/aosp12/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/
H A DVoicemailSettingsFragment.java42 import com.android.dialer.notification.NotificationChannelManager;
483 NotificationChannelManager.getVoicemailChannelId(getContext(), phoneAccountHandle); in getNotificationSettingsIntent()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallController.java66 import com.android.server.telecom.ui.NotificationChannelManager;
2343 NotificationChannelManager.CHANNEL_ID_IN_CALL_SERVICE_CRASH); in sendCrashedInCallServiceNotification()