Home
last modified time | relevance | path

Searched refs:channelsDescText (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInfo.java157 String channelsDescText; in bindNotification() local
160 channelsDescText = mContext.getString(R.string.notification_default_channel_desc); in bindNotification()
164 channelsDescText = String.format(mContext.getResources().getQuantityString( in bindNotification()
169 channelsDescText = mContext.getString( in bindNotification()
176 channelsDescText = String.format( in bindNotification()
185 mNumChannelsView.setText(channelsDescText); in bindNotification()