Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfo.java109 private NotificationChannel mSingleNotificationChannel; field in NotificationInfo
222 mSingleNotificationChannel = notificationChannel; in bindNotification()
223 mStartingChannelImportance = mSingleNotificationChannel.getImportance(); in bindNotification()
239 && mSingleNotificationChannel.getId().equals( in bindNotification()
327 mSingleNotificationChannel, in bindHeader()
350 mNumUniqueChannelsInRow > 1 ? null : mSingleNotificationChannel, in getSettingsOnClickListener()
383 channelName.setText(mSingleNotificationChannel.getName());
402 if (mSingleNotificationChannel != null && mSingleNotificationChannel.getGroup() != null) {
405 mSingleNotificationChannel.getGroup(), mPackageName, mAppUid);
447 mNumUniqueChannelsInRow == 1 ? mSingleNotificationChannel : null,
[all …]