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