Searched refs:mChannel (Results 1 – 1 of 1) sorted by relevance
79 private final NotificationChannelCompat mChannel; field in NotificationChannelCompat.Builder90 mChannel = new NotificationChannelCompat(id, importance); in Builder()103 mChannel.mName = name; in setName()117 mChannel.mImportance = importance; in setImportance()128 mChannel.mDescription = description; in setDescription()145 mChannel.mGroupId = groupId; in setGroup()159 mChannel.mShowBadge = showBadge; in setShowBadge()174 mChannel.mSound = sound; in setSound()175 mChannel.mAudioAttributes = audioAttributes; in setSound()187 mChannel.mLights = lights; in setLightsEnabled()[all …]