Searched refs:mNumChannelsView (Results 1 – 1 of 1) sorted by relevance
69 private TextView mNumChannelsView; field in NotificationInfo158 mNumChannelsView = findViewById(R.id.num_channels_desc); in bindNotification()185 mNumChannelsView.setText(channelsDescText); in bindNotification()337 mNumChannelsView.setVisibility(View.GONE); in updateSecondaryText()340 mNumChannelsView.setVisibility(mIsSingleDefaultChannel ? View.INVISIBLE : View.VISIBLE); in updateSecondaryText()