Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/ui/
DNotificationChannelManager.java60 createOrUpdateChannel(context, CHANNEL_ID_MISSED_CALLS); in createOrUpdateAll()
61 createOrUpdateChannel(context, CHANNEL_ID_INCOMING_CALLS); in createOrUpdateAll()
62 createOrUpdateChannel(context, CHANNEL_ID_CALL_BLOCKING); in createOrUpdateAll()
63 createOrUpdateChannel(context, CHANNEL_ID_AUDIO_PROCESSING); in createOrUpdateAll()
64 createOrUpdateChannel(context, CHANNEL_ID_DISCONNECTED_CALLS); in createOrUpdateAll()
65 createOrUpdateChannel(context, CHANNEL_ID_IN_CALL_SERVICE_CRASH); in createOrUpdateAll()
68 private void createOrUpdateChannel(Context context, String channelId) { in createOrUpdateChannel() method in NotificationChannelManager