Searched refs:mSingleNotificationChannel (Results 1 – 1 of 1) sorted by relevance
109 private NotificationChannel mSingleNotificationChannel; field in NotificationInfo222 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 …]