Searched refs:dfuDescr (Results 1 – 1 of 1) sorted by relevance
118 String dfuDescr = mContext.getString(R.string.settings_notif_update_channel_description); in createNotificationChannel() local119 ensureNotificationChannel(DFU_NOTIFICATION_CHANNEL, IMPORTANCE_MAX, dfuName, dfuDescr); in createNotificationChannel()