Home
last modified time | relevance | path

Searched refs:CHANNEL_ID_CALL_BLOCKING (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/ui/
DNotificationChannelManager.java39 public static final String CHANNEL_ID_CALL_BLOCKING = "TelecomCallBlocking"; field in NotificationChannelManager
62 createOrUpdateChannel(context, CHANNEL_ID_CALL_BLOCKING); in createOrUpdateAll()
99 case CHANNEL_ID_CALL_BLOCKING: in createChannel()
/packages/services/Telecomm/src/com/android/server/telecom/settings/
DBlockedNumbersUtil.java111 .setChannelId(NotificationChannelManager.CHANNEL_ID_CALL_BLOCKING) in updateEmergencyCallNotification()