Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInfo.java139 int numTotalChannels = iNotificationManager.getNumNotificationChannelsForPackage( in bindNotification() local
150 numTotalChannels <= 1); in bindNotification()
165 R.plurals.notification_num_channels_desc, numTotalChannels), in bindNotification()
166 numTotalChannels); in bindNotification()
249 if (numTotalChannels > 1) { in bindNotification()