Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DNotificationUtil.java98 @StringRes int descriptionResourceId, in createNotificationChannel() argument
105 if (descriptionResourceId != 0) { in createNotificationChannel()
106 channel.setDescription(context.getString(descriptionResourceId)); in createNotificationChannel()