Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/app/
DNotificationChannelCompat.java79 private final NotificationChannelCompat mChannel; field in NotificationChannelCompat.Builder
90 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 …]