Searched refs:nameResourceId (Results 1 – 1 of 1) sorted by relevance
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/ |
D | NotificationUtil.java | 67 Context context, String id, @StringRes int nameResourceId, @Importance int importance) { in createNotificationChannel() argument 69 context, id, nameResourceId, /* descriptionResourceId= */ 0, importance); in createNotificationChannel() 97 @StringRes int nameResourceId, in createNotificationChannel() argument 104 new NotificationChannel(id, context.getString(nameResourceId), importance); in createNotificationChannel()
|