Searched refs:channelNameText (Results 1 – 1 of 1) sorted by relevance
120 CharSequence channelNameText = ""; in bindNotification() local189 channelNameText = mContext.getString(R.string.notification_num_channels, in bindNotification()193 channelNameText = mContext.getString(R.string.notification_header_default_channel); in bindNotification()195 channelNameText = mSingleNotificationChannel.getName(); in bindNotification()198 ((TextView) findViewById(R.id.channel_name)).setText(channelNameText); in bindNotification()