Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java117 private NotificationChannel mSingleNotificationChannel; field in NotificationInfo
300 mSingleNotificationChannel = notificationChannel; in bindNotification()
301 mStartingChannelImportance = mSingleNotificationChannel.getImportance(); in bindNotification()
316 && mSingleNotificationChannel.getId().equals( in bindNotification()
417 mSingleNotificationChannel, in bindHeader()
442 mNumUniqueChannelsInRow > 1 ? null : mSingleNotificationChannel, in getSettingsOnClickListener()
475 channelName.setText(mSingleNotificationChannel.getName());
497 if (mSingleNotificationChannel != null && mSingleNotificationChannel.getGroup() != null) {
500 mSingleNotificationChannel.getGroup(), mPackageName, mAppUid);
550 mNumUniqueChannelsInRow == 1 ? mSingleNotificationChannel : null,