Searched refs:channelName (Results 1 – 7 of 7) sorted by relevance
130 appControlRow.channelName.text = context.resources142 lateinit var channelName: TextView147 channelName = requireViewById(R.id.app_name)157 private lateinit var channelName: TextView177 channelName = requireViewById(R.id.channel_name)207 channelName.text = nc.name ?: ""
394 final TextView channelName = findViewById(R.id.channel_name);396 channelName.setVisibility(View.GONE);398 channelName.setText(mSingleNotificationChannel.getName());
313 final TextView channelName = findViewById(R.id.parent_channel_name); in bindConversationDetails() local314 channelName.setText(mNotificationChannel.getName()); in bindConversationDetails()
170 String channelName, String notificationTag, int visibility) { in showNotificationHelper() argument173 final NotificationChannel channel = new NotificationChannel(channelName, name, in showNotificationHelper()175 final Notification notification = new Notification.Builder(context, channelName) in showNotificationHelper()
108 String channelName = parser.readString(Notification.CHANNEL_NAME); in readNotification() local109 notification.setChannelName(channelName); in readNotification()110 stringPool.add(channelName); in readNotification()
397 String channelName = parser.getAttributeValue(null, ATT_NAME); in restoreChannel() local400 if (!TextUtils.isEmpty(id) && !TextUtils.isEmpty(channelName)) { in restoreChannel()402 id, channelName, channelImportance); in restoreChannel()
164 public Builder setChannelName(String channelName) { in setChannelName() argument165 mChannelName = channelName; in setChannelName()