Searched refs:createOrUpdateChannel (Results 1 – 1 of 1) sorted by relevance
62 createOrUpdateChannel(context, CHANNEL_ID_MISSED_CALLS); in createOrUpdateAll()63 createOrUpdateChannel(context, CHANNEL_ID_INCOMING_CALLS); in createOrUpdateAll()64 createOrUpdateChannel(context, CHANNEL_ID_CALL_BLOCKING); in createOrUpdateAll()65 createOrUpdateChannel(context, CHANNEL_ID_AUDIO_PROCESSING); in createOrUpdateAll()66 createOrUpdateChannel(context, CHANNEL_ID_DISCONNECTED_CALLS); in createOrUpdateAll()67 createOrUpdateChannel(context, CHANNEL_ID_IN_CALL_SERVICE_CRASH); in createOrUpdateAll()68 createOrUpdateChannel(context, CHANNEL_ID_CALL_STREAMING); in createOrUpdateAll()71 private void createOrUpdateChannel(Context context, String channelId) { in createOrUpdateChannel() method in NotificationChannelManager