Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/ui/
DNotificationChannelManager.java41 public static final String CHANNEL_ID_DISCONNECTED_CALLS = "TelecomDisconnectedCalls"; field in NotificationChannelManager
64 createOrUpdateChannel(context, CHANNEL_ID_DISCONNECTED_CALLS); in createOrUpdateAll()
115 case CHANNEL_ID_DISCONNECTED_CALLS: in createChannel()
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()