Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/ui/
DNotificationChannelManager.java37 public static final String CHANNEL_ID_MISSED_CALLS = "TelecomMissedCalls"; field in NotificationChannelManager
60 createOrUpdateChannel(context, CHANNEL_ID_MISSED_CALLS); in createOrUpdateAll()
91 case CHANNEL_ID_MISSED_CALLS: in createChannel()
DMissedCallNotifierImpl.java338 .setChannelId(NotificationChannelManager.CHANNEL_ID_MISSED_CALLS); in showMissedCallNotification()