Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfo.java109 private NotificationChannel mSingleNotificationChannel; field in NotificationInfo
224 mSingleNotificationChannel = notificationChannel; in bindNotification()
225 mStartingChannelImportance = mSingleNotificationChannel.getImportance(); in bindNotification()
244 && mSingleNotificationChannel.getId().equals( in bindNotification()
342 mSingleNotificationChannel, in bindHeader()
365 mNumUniqueChannelsInRow > 1 ? null : mSingleNotificationChannel, in getSettingsOnClickListener()
398 channelName.setText(mSingleNotificationChannel.getName());
417 if (mSingleNotificationChannel != null && mSingleNotificationChannel.getGroup() != null) {
420 mSingleNotificationChannel.getGroup(), mPackageName, mAppUid);
462 mNumUniqueChannelsInRow == 1 ? mSingleNotificationChannel : null,
[all …]